#contact{
    width: 100vw;
    height: 75vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contact #text3 h1{
    font-family: "Sacramento", sans-serif;
    font-size: 150px;
    padding: 50px;
}

#contact #container2{
    width: 100vw;
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contact #container2 .contact{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}
ion-icon {
    font-size: 64px;
}

@media screen and (max-width: 512px) {
    #contact #text3 h1{
        font-family: "Sacramento", sans-serif;
        font-size: 100px;
        padding: 25px;
    }
    #contact #container2 .contact{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-size: 15px;
    }
}