div{
    text-align: center;
}

#hr {
    width: 800px;
}

#mainContainer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

body{
    background-color: #eeba51
}

.image {
    width: 500px;
    height: 300px;
    border-radius: 10px;
    
}