body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.index-page {
    background-color: #dcc9ab;
}

.index-page #background-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-page .content-wrapper {
    position: relative;
    width: 60%;
}

.index-page #background-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.index-page #play-button {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.index-page #play-button img {
    width: 60%;
    display: block;
}
