@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

body {
    background-image: url("images/background.jpg");
    background-size:auto;
    color: #FFFFFF;
    font-family: "Roboto Mono", monospace;
}

.container {
    background-color: #000000;
    border-collapse: collapse;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.header {
    border-bottom: 1px solid #FFFFFF;
    box-sizing: border-box;
    height: 60px;
}

.body {
    box-sizing: border-box;
    text-align: center;
}

.body div {
    box-sizing: border-box;
    min-height: 480px;
    padding: 10px 0px;
}

.footer {
    border-top: 1px solid #FFFFFF;
    box-sizing: border-box;
    height: 40px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.footer span {
    line-height: 20px;
}

.menu {
    width: 100%;
}

.menu td {
    text-align: center;
}

.video {
    height: 450px;
    width: 800px;
}

.pages {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: left;
    width: 800px;
}

.index tr td {
    opacity: 1;
    height: 50px;
    width: 20%;
}

.pages td.left {
    box-sizing: border-box;
    width: 125px;
}

.pages td.right {
    box-sizing: border-box;
    vertical-align: top;
    width: 875px;
}

.c9 {
    height: 50px;
}

.leds {
    width: 150px;
}

.menu:visited, .menu:hover, .menu:link {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 22px;
    line-height: 25px;
    text-decoration: none;
}

