html{
    box-sizing: border-box;
    font-size: 62.5%;
}
body{
    margin: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
h1{
    text-align: center;
    font-size: 3rem;
    margin: 0;
    padding-top: 1.2rem;
}
main{
    width: 98vw;
    height: 80vh;
}
form{
    display: flex;
    flex-direction: column;
    position: relative;
    top: 5rem;
    margin-left: 47rem;
}
input{
    font-size: 1.5rem;
    margin-bottom: .5rem;
    border-radius: 5px;
    padding: .8rem;
    border: 0;
    outline: none;
    background-color: gainsboro;
    width: 40rem;
}
button{
    background-color: #4daf64;
    color: white;
    border: 0;
    height: 3rem;
    border-radius: 5px;
    cursor: pointer;
    width: 41.6rem;
}
button:hover{
    background-color: #3b7d4a;

}
figure{
    margin: 0;
}
img{
    position: relative;
    width: 30rem;
    left: 52rem;
    top: 2.5rem;
}
header{
    background-color: #1ED760;
    height: 7rem;
}
footer{
    width: 100%;
    height: 10rem;
    background-color: #1ED760;
}
#signup{
    text-align: center;
    margin-top: 10rem;
    font-size: 1.5rem;   
}
a:hover{
    text-decoration: none;
}
#img2{
    position: relative;
    width: 20rem;
    left: 58rem;
    top: 2.5rem;
}