html {
    height: 100%;
    width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

body {
    display: flex;
    align-self: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    height: 100%;
    width: 100%;

    margin: 0;
    padding: 0;

    background: linear-gradient(to bottom right, rgb(22, 20, 22), rgb(51, 6, 38));
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#logoid {
    width: 250px;
    height: 250px;
    margin-left: 20px;
    z-index: -1;
}

h {
    font-size: 3.5rem;
    color: white;
}
