body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background: url('../images/background.png') no-repeat center center fixed;
    background-size: cover;
    color: #fff;
}

.container {
    text-align: center;
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.image img {
    width: 290px;
}

.title img {
    width: 350px;
}

.subtitle img {
    width: 350px;
}

.play-button a img {
    width: 90px;
    height: auto;
}

.cta img {
    width: 200px;
}

.footer img {
    width: 290px;
}