* { 
    box-sizing: border-box;
    font-family: "Inter"; 
    margin: 0;
    padding: 0;
}

h3 { font-size: 2.25rem;  font-weight: 600; }
p { font-size: 1.25rem; }
h3, p {color: #e5e5e5;}
#min-desc { margin: 3% 0; }
#links { margin: 3% 0; }

html, body { 
    background-color: #1c1c1e; 
    height: 100%;
    scroll-snap-type: y mandatory;
    scrollbar-width: smooth;
    overflow-y: scroll;
}

#second_page { 
    background-color: #1c1c1e; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-page {
    width: 100%;
    height: 100vh;
    scroll-snap-align: start;
}

#first_page {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#general { 
    width: 100%; 
    height: 90vh; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

#general_center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#avatar {
    border: 2px solid #3a3a3c;
    border-radius: 100%;
    margin: 4.5%;
}

#nickname { 
    font-size: 1.125rem; 
    justify-content: flex-end;
    color: #a0a0a0;
}

#names {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
}

#scroll {
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-link {
    background-color: #1c1c1e;
    border: 0;
    margin: 0.1% 0.4em;
    border-radius: 100%;
}

.button-link:hover {
    background-color: #3a3a3c;
}

#links {
    display: flex;
    justify-content: center;
}