* {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-image: url(../images/PORTADAS0001.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}

h1 {
    text-align: center;
}

.wrapper {
    justify-content: space-evenly;
    max-width: 1200px;
    display: flex;
    margin-top: 5%;
}

.video {
    margin-left: 5%;
    width: 75%;
}

.banner {
    margin-left: 10%;
    margin-right: -30%;
}
