img{
    transition: all ease-in 1s;
}
img:hover{
    scale: 1.2;
}
h1{
    color: antiquewhite;
    font-family: sans-serif;
    font-size: large;
    font-style: initial;
    font: bolder;
}
p{
    color: antiquewhite;
    font-style: italic;
    font: bold;
}
li
{
    color: antiquewhite;
    font-style: italic;
}

form{
    display: flex;
    width: 50%;
    flex-direction: column;
    border-radius: 50%;
    gap: 30px;
}
[type=textarea]{

    height: 150px;
    width: 100%;

}

footer{
    position:relative;
    left: 0;
    bottom:0;
    width:100%;
    height:60px;
}