.video {
    width: 100%;
    height: auto;
    border: solid 4px #cf6f01;
    border-radius: 15px;
}


.video:fullscreen {
    border: none;
}


.video:focus {
    outline: none;
}


.title {
    text-align: center;
    font-weight: 600;
    padding: 20px 0 10px 0;
    font-size: x-large;
}


/* .selector {
    padding: 10px 0;
}


.selector-list {
    list-style: none;
}


.selector-item {
    display: inline-block;
    padding: 15px 20px;
    background-color: #59416c;
    border-radius: 10px;
    margin: 0 30px;
}


.selector-item:hover {
    background-color: #2d1e37;
}


.selector-item a {
    text-decoration: none;
    color: #a980d5;
    font-size: large;
    font-weight: 600;
}


.selector-item a:hover {
    color: #c696f2;
} */