body {
    background-color: cadetblue;
}

.text {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 150px;
}

video {
    width: 16%;
    border-radius: 40px;
}

.img {
    width: 16%;
    height: 432px;
    border-radius: 40px;
    object-fit: cover;
}
.container {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}