button{
    width: 150px;
    height: 40px;
    border-radius: 5px;
    background-color: gray;
    color: white;
    border: none;
    transition: 0.05s;
    font-weight: bold;
    font-size: 24px
}

button:hover{
    background-color: black;
    font-size: 27px;
}

label{
    width: 80px;
    display: inline-block;
    vertical-align: top;
}

textarea{
    width: 400px;
    height: 100px;
}   

body{
    text-align: center;
}

fieldset {
    margin-top: 20px;
}

