h1{
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: large;
    color: #3d1911;
    margin: 30px;

}

body{
    text-align: center;
    font-size: large;
    color: #3d1911;
    margin: 20px 150px;
    background-color: #9ebc9f;
    line-height: 25px;
}

article{
    background-color: whitesmoke;
    width: 65%;
    float: left;

    border: 5px solid tan;
    border-radius: 30px;
    padding: 20px;
    margin-right: 10px;
    margin-top: 25px;

}

aside{
    float: right;

}