
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.cover {
    width: 100%;
    height: 100vh;
    background: url(../img/cover.jpg);
    background-size: 100% 100%;
    background-position: center;
}

.container_bottons {
    display: flex;
    width: 100%;
    height: 100%;
}

.logo {
    width: 50%;
    height: 690px;
    background: url(../img/logo1.png);
    background-repeat: no-repeat;
    margin-top: 50px;
    background-size: contain;
    background-position: center;
}

.logo2 {
    width: 45%;
    height: 654px;
    background: url(../img/logo2.png);
    background-repeat: no-repeat;
    margin-top: 158px;
    position: relative;
    right: 0px;
    top: 40px;
    background-size: cover;
    background-position: center;
}

.play {
    width: 17%;
    height: 141px;
    background: url(../img/play.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 80%;
    left: 45%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

a {
    width: 106%;
    height: 96px;
    position: absolute;
    top: 53%;
    left: 53%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
