body{
    background-color: black;
}

.main{
    text-align: center;
    display: flex;
    font-size: 2rem;
    font-family: 'Sora', sans-serif;
}

@media (max-width: 920px) {
  
    .main a {
        font-size: calc(1rem + 1vw); 
    }
}

@media (max-width: 645px) {
    .main a {
        font-size: 1rem; 
    }
}

@media (max-width: 430px) {
    .main {
        justify-content: flex-start;
    }
    .main a {
        font-size: 0.9rem; 
        margin: 5px 0; 
    }
}

@media (max-width: 390px) {
    .main {
        justify-content: flex-start;
    }
    .main a {
        font-size: 0.8rem; 
        margin: 5px 0; 
    }
}

.email-container {
    width: 100%;
    overflow-x: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}

.email {
    text-align: center;
    margin: 0;
    padding: 0;
}

.email-text {
    display: inline-block;
    font-size: clamp(0.5rem, 3vw, 1.3rem);
    white-space: nowrap;
    overflow: visible;
}

@media (max-width: 480px) {
    .email-text {
        font-size: clamp(0.8rem, 2.5vw, 0.8rem);
    }
}

#aboutme:hover,
#contactme:hover,
#github:hover,
#projects:hover,
#resume:hover,
#home:hover {
    text-decoration: underline;
}

#aboutme,
#contactme,
#github,
#projects,
#resume,
#home
{
    color: white;
    text-decoration: None;
}

.find{
    text-align: center;
    font-size: 3rem;
    color: white;
    font-family: 'Sora', sans-serif;
    margin-top: 70px;
}

.extra{
    font-size: 1.5rem;
    color: white;
    font-family: 'Sora', sans-serif;
    text-align: center;
    margin: 0 auto;
}

.email{
    font-size: 1.3rem;
    color: white;
    text-decoration: none;
    font-family: 'Sora', sans-serif;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 20px;
}

@media (max-width: 430px){
    .find{
        font-size: 2.3rem;
    }
}