html{
    background-color:beige;
}
head{
    
    
}
body{
    
   justify-content: center;
    text-align: center;
    
}
form{
    
    font-style: normal;
    font-size: 20px;
    text-align: center;
    justify-content: center;
    margin-top: 0px;
    border-radius: 20px;
   border: fuchsia 4px inset;
    text-align: center;
    width: 30.6%;
    background-color: #FFD523;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%); 
}