@font-face {
    font-family: '29lt-bukra';
    src: url('../fonts/29lt-bukra.ttf') format('truetype');
}

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: center;
    align-items: center;
}

.section_2 {
    position: relative;
    bottom: 90px;
}

.image img {
    width: 250px;
}

.title img {
    width: 350px;
    position: relative;
    bottom: 80px;
}

.subtitle {
    font-family: '29lt-bukra';
    font-size: 2rem;
    margin: 10px 0;
}

.play-button a img {
    width: 90px;
    height: 90%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.cta img {
    width: 220px;
}

.footer {
    position: absolute;
    bottom: 30px;
    font-size: 0.9rem;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}