*{
    font-family: sans-serif;
    padding-left: 0;
    margin: 0;
    box-sizing: border-box;
}
button a{
    text-decoration: none;
    color: black;
}
a{
    text-decorartion: none;
    color: black;
}
body{
    background-color: lightblue;
}
.contact-container{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.contact-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.contact-right img{
    width: 500px;
}
