/* Reset default CSS style */
* {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

body {
    background-color: rgb(3, 11, 24);
    height: 100vh;
    overflow: hidden;
}

#dvd {
    position: absolute;
    width: min(40vw, 40vh, 320px);
    height: auto;

    top: 0px;
    left: 0px;
}