body{
    min-height: 60vh;
    background-color: hsl(148, 38%, 91%);
}
.email{
    width: 99%;
}
.form{
    padding: 30px;
    width: 40%;
    background-color: #ffff;
    border-radius: 5px;
    place-self: center;
}
.name{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
label{
    color: hsl(186, 15%, 59%);
}
input{
    height: 25px;
}
input, textarea{
    margin-bottom: 16px;
    border:solid 1px hsl(169, 82%, 27%);
    border-radius: 3px;
    /* border: solid 1px hsl(187, 24%, 22%); */
}
title{
    color: hsl(0, 66%, 54%);
}
h2{
    color: hsl(187, 24%, 22%);
}
.radio{}
button{
padding: 10px;
width: 100%;
border:solid 2px hsl(169, 82%, 27%);
border-radius: 3px;
color: #ffff;
background-color: hsl(169, 82%, 27%);
}