#main {
    display: flex;
    justify-content: center;
}

#cover {
    width: 1300px;
    height: 800px;
    background-size: cover;
    background-position: center center;
    background-image: url("images/rondavels.jpg");
}

h1 {
    color: #384C5C;
    font-size: xx-large;
    text-align: center;
}