body{
    margin: 0 auto;
    padding: 0;
    /* background-color: blue; */
}

.container{
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 80%;
    height: 100%;
    /* background-color: aqua; */
}

.center{
    left: 50%;
    transform: translateX(-50%);
}


input,label,textarea{
    display: inline-block;
    border-radius: 20px;
}

label{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}


a{
    margin-bottom: 20px;
}