body{
    padding: 100px;
    margin: 0;
    text-align: center;
    background-color:#f0f0f0;
}
form{
    display: inline-block;
    text-align: left;
    padding: 50px;
    background-color:#fff;
}
.nut a{
    float:right;
    text-decoration: none;
    background-color: crimson;
    color: yellow;
    width: 70px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
}
.nut a:hover{
    text-decoration: none;
    color: crimson;
    background-color: yellow;
}