.contact{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact h1{
    font-size: 70px;
    margin-bottom: 10px;
}
.contact div{
    display: flex;
    gap: 50px;
}