* {
    margin: 0;
    background: #000000;
}

@font-face {
    font-family: 'drfont';
    src: url('8bitOperatorPlus-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@-moz-document url-prefix() {
    *,body{
        line-height: 20px;
    }
    }

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

        h1 {
            margin-top: 15px;
            font-family: drfont;
            font-size: 35px;
            font-weight: bold;
            color: #ffffff;
            line-height: 10px;
        }

        h2 {
            margin-top: 10px;
            font-family: drfont;
            font-size: 14px;
            font-weight: bold;
            color: #ffffff;
            line-height: 25px;
        }

        h4 {
            margin-top: 5px;
            font-family: drfont;
            font-size: 10px;
            font-weight: bold;
            color: #ffffff;
            line-height: 10px;
        }
        h5 {
            margin-top: 5px;
            margin-bottom: 20px;
            font-family: drfont;
            font-size: 10px;
            font-weight: bold;
            color: #ffffff;
            line-height: 10px;
        }
        a:link {
         color: #ffff00;
         background-color: transparent;
         text-decoration: none;
        }
        a:visited {
         color: #ffff00;
         background-color: transparent;
         text-decoration: none;
        }
        a:hover {
         color: #ff0000;
         background-color: transparent;
        }
         .flex-container1 {
            display: flex;
            flex-direction: row;
            margin-top: 10px;
            color: #ffffff;
            height: 180px;
            line-height: 10px;
        }
        .flex-container1a {
         display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 240px;
        }
        .flex-container1b {
         display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 240px;
        }
        .flex-container1c {
         display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 240px;
        }
        .flex-container2 {
            display: flex;
            flex-direction: row;
            color: #ffffff;
            height: 180px;
            line-height: 10px;
        }
        .flex-container2a {
         display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 240px;
        }
        .flex-container2b {
         display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 240px;
        }
        .flex-container2c {
         display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 240px;
        }
        .flex-container3 {
            display: flex;
            flex-direction: row;
            color: #ffffff;
            height: 180px;
            line-height: 10px;
        }
        .flex-container3a {
         display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 240px;
        }
        .flex-container3b {
         display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 240px;
        }
        .flex-container3c {
         display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 240px;
        }
        .flex-container4 {
            display: flex;
            justify-content: center;
            height: 100px;
        }
        button {
            width: 135px;
            height: 35px;
            border-radius: 10px;
            background-image: url("images/buttonbg.png");
            font-size: 20px;
            color: #ffffff;
            border: 2px solid #ffffff;
            font-weight: bold;
            font-family: drfont;
            margin-top: 10px;
            box-shadow: 4px 4px 5px -4px #ffffff,
            -4px -4px 5px -4px #ffffff;
            cursor: pointer;
        }
        button:hover {
            width: 136px;
            height: 36px;
            border-radius: 10px;
            background-image: url("images/buttonbg.png");
            font-size: 22px;
            color: #ffffff;
            border: 2px solid #ffffff;
            font-weight: bold;
            font-family: drfont;
            margin-top: 10px;
            box-shadow: 4px 4px 10px -4px #ffffff,
            -4px -4px 10px -4px #ffffff;
            cursor: pointer;
        }
        button:active {
            width: 134px;
            height: 36px;
            border-radius: 10px;
            background-image: url("images/buttonbg.png");
            font-size: 21px;
            color: #ffffff;
            border: 2px solid #ffffff;
            font-weight: bold;
            font-family: drfont;
            margin-top: 10px;
            box-shadow: 4px 4px 10px -4px #ffffff,
            -4px -4px 10px -4px #ffffff;
            cursor: pointer;
        }
        #RollAll {
            width: 200px;
            height: 54px;
            border-radius: 50px;
            background-image: url("images/rollall.png");
            font-size: 25px;
            color: #ffffff;
            font-weight: bold;
            font-family: drfont;
            margin-top: 10px;
            margin-bottom: 50px;
            cursor: pointer;
        }
        #RollAll:hover {
        width: 201px;
            height: 55px;
            border-radius: 50px;
            background-image: url("images/rollall.png");
            font-size: 25px;
            color: #ffffff;
            font-weight: bold;
            font-family: drfont;
            margin-top: 10px;
            margin-bottom: 50px;
            cursor: pointer;
        }
        #RollAll:active {
        width: 199px;
            height: 55px;
            border-radius: 50px;
            background-image: url("images/rollall.png");
            font-size: 24px;
            color: #ffffff;
            font-weight: bold;
            font-family: drfont;
            margin-top: 10px;
            margin-bottom: 50px;
            cursor: pointer;
        }
        div {
            font-size: 18px;
            font-family: drfont;
             display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }