* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: rgb(13, 13, 13);
    color: #fff;
    font-size: 16px;
}

.container {
    width: 30vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title {
    text-align: center;
    font-size: 6vw;
}

video {
    width: 100%;
    display: none;
    border-radius: 10px;
}

.enter {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #333333;
}