body{
   background: linear-gradient(150deg,green);
   width: 100%;
   height: 100vh;
}

header{
    text-align: center;
    position: unset;
    text-shadow: 5px 5px 5px;
    border-style: inset;
    padding: 5px;
    margin: 20px 20px ;
    font-weight: 100;
    font-family: 'Times New Roman', Times, serif;
    background: linear-gradient(rgb(8, 233, 8));
    border-radius: 3%;
}

nav{
    font-weight: 100;
    border-style: inset;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 20px 30px;
    padding: 10px;
    position: unset;
    text-shadow: 6px 6px 6px ;
    background: linear-gradient(rgb(9, 235, 9));
    border-radius: 3%;
}

section{
    text-align: center;
    text-shadow: 7px 7px 7px;
    text-transform: inherit;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border-style: inset;
    padding: 20px ;
    position: static;
    margin: 20px 30px ;
    font-weight: 100;
    background: linear-gradient(150deg,rgb(9, 233, 9));
    border-radius: 3%;
}

h2{
    text-align: center;
    text-shadow: 5px 5px 5px;
    font-family: 'Times New Roman', Times, serif;
}

fieldset{
    text-align: center;
    position: unset;
    margin: 20px 30px ;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 100;
    border-style: inset;
    text-transform: capitalize;
    padding: 30px ;
}