body{
    text-align: center;
    background-color: antiquewhite;
}

h1{
    background-color: aquamarine;
    margin-left: 30%;
    margin-right: 30%;
    border: grey;
}

form{
    justify-content: center;
    text-align: center;
    background-color: aqua;
    border: solid 2px gray;
    margin-left: 30%;
    margin-right: 30%;
    padding-bottom: 5px;
    padding-top: 4px;
    border-radius: 40%;
}

label{
    border: solid 2px rgb(0, 138, 138);
    background-color: rgb(2, 112, 112);
    border-radius: 5px;
}

form a{
    text-decoration: none;
    background-color: rgb(47, 119, 119);
    border-radius: 3px;
    padding: 5px;
    color: black ;
}

input{
    margin: 2px;
}