body{
    background-color:whitesmoke;
}

main{
    border:5px solid black;
    width:250px;
    padding:5px;
    height:220px;
    border-radius:15px;
}

h3{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: large;
}

h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
}

input{
    width:240px;
}

select{
    width:150px;
}

button{
    width:95px;
}
