.top {
    background-color: #c2c7ac;
    text-align: Left;
    margin:auto;
    max-width: 50%;
}

.top hr {
    border-color: black;
    height: 0px;
    border-width: 1px;
    
}

.content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 500px;
}

.content {
    background-color: #d6dbbe;
    text-align: Left;
    margin:auto;
    max-width: 50%;
}

.text{
    margin-bottom: 20px;
}