 form{
    color: antiquewhite;
    width:50%;
    background-color: black;
    display: block;
    margin-left: auto;
    margin-right: auto;
} 
body{
    line-height:40px;
}


fieldset{
    width:fit-content;
    display:block;
    margin-left: auto;
    margin-right: auto;
    
    
}
legend{
    font-family: sans-serif;
    text-align: center;
    
}
h1{
    text-align: center;
}
h2{
    text-align: center;
}
#buttons{
    text-align: center;
}
input:focus {
    background-color: pink;
}

select:focus {
    background-color: pink;
}
button:focus {
    background-color: pink;
}