* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background-color: black;
    color: white;;
}

main {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
}

ol {
    margin: 0;
    padding: 12px 0;
}

li:not(:last-child) {
    margin-bottom: 4px;
}


a {
    color: white;
    text-decoration: none;
}

a:visited {
   color: rgb(85, 26, 139);
}

#video-trailer-popup > span {
    color: red;
}

header {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: end;
}

header a {
    display: inline-flex;
    align-items: center;
    justify-items: center;
    padding: 4px 2px;
}