fieldset{
    border:solid 2px;
     margin:5 px 7;
}

legend{
    font-size: medium;
    color: blue;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 10 px;
    margin-bottom: 10px;
}

textarea{
    color:black;
    width:20%;
    height: 20px;
    box-sizing: 20px ;
    border:2px solid;
    border-radius: 7px;
    font-size: medium;
    background-color: white;
}

label{
    width:20%;
    display: inline-flexbox;
}

body{
    background-color: antiquewhite
}