#section1 {
    border-bottom:5px solid rgba(0,0,0,0.80);
    background:url(./assets/noise.png) repeat,url(./assets/contact.png) no-repeat;
    background-position:center !important;
    background-size:auto,cover 
}
#sect1Content {
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    gap: 4vw;
    margin:auto;
    margin-top: 30vw;
    margin-bottom: 30vw;
}
#sect1Content > h1 {
    color:rgba(255,255,255,0.80);
    font-weight:400;
    margin-bottom:0;
    margin-top: 0;
    font-size: 14vw;
    width: 90%;
}
#sect1Content > h2 {
    color:rgba(255,255,255,0.80);
    font-family:RobotoCondensed;
    font-weight:400;
    margin-top:0;
    margin-bottom:0;
    width: 70%;
    font-size: 8vw;
}

#email{
    color:rgba(255,255,255,0.80);
    transition: all .3s;
}

#email:hover{
    transform: scale(1.02);
}

@media screen and (min-width: 1000px) and (min-aspect-ratio: 1/1) {

    #sect1Content {
        margin-top: 20vh;
        margin-bottom: 6vh;
        gap: 3vh;
    }
    #sect1Content > h1 {
        font-size: 15vh;
        width: 120vh;
    }
    #sect1Content > h2 {
        font-size: 6vh;
        width: 70vh;
    }
}