html, body {
    background: #ffe100 url("../images/lain.gif") no-repeat fixed center left;
    background-size: contain;
}

.raightodivvo {
    color: black;
    text-align: center;

    position: absolute;
    right: 10%;
    top: 5vw;

    max-width: 30%;
    width: fit-content;
    height: fit-content;
    margin: auto;
    padding: 5px;
}

.directory {
    background: black;
    border-color: gray;
    border-style: groove;
    border-width: 6px;

    width: auto;
    height: auto;
    margin: auto;
    padding: 4px;

    li {
        display: inline-block;
        min-width: 30%;
        text-align: center;
        list-style: none;
        background-color: black;
        a {
            font-size: x-large;
            text-decoration: none;
            color: #ffe100;
        }

        margin: 8px 2px 8px 2px;
    }

    li:hover {
        background-color: #ffe100;
         a {
            color: black;
        }

        margin: 8px 2px 8px 2px;
    }
}
