body{
    font-family: "Open Sans", sans-serif;
    background-color: moccasin;
}
#body{
    
    width: 100%;
    text-align: center;
    margin-top:  120px;
}
h1{
    text-align: center;
    font-style: italic;
}
button{
    display: inline-block;
    border: 2px solid #000;
    padding: 5px 10px;
    /* font-size: 13px; */
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    /* color: #fff; */
    text-decoration: none;
    border-radius: 10px;
}
h4{
    text-align: center;
}
