body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #111111;
    width: 100%;
    margin: 0;
}

header{
    text-align: center;
    margin-top: 50px;
    color: #F9F6EE;
    font-size: 100px;
    font-family: Arial, Helvetica, sans-serif;
}
.header-logo{
    width: 150px;
    height: 150px;
    offset: 0px;
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.topnav{
    display: inline-flex;
    width: 80%;
    justify-content: space-evenly;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.topnav a {
    text-align: center;
    padding-inline: 20px;
    text-decoration: none;
    font-size: 17px;
    display: table-cell;
    padding: 10px 16px;
    margin-inline: 10px;
    background: #111111;
    color: #F9F6EE;
    font-weight: bold;
}


.topnav a:hover{
    background-color: #F9F6EE;
    color: #111111;
    font-weight: bold;
}

#navbar{
    height: 20px;
    background-color: #111111;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#nav-link-contianer{
    height: 20px;
    display: flex;
    justify-content: space-evenly;
    flex-flow: wrap;
    position: absolute;
    top: 0;
    margin-top: -20px;
}

#li-container{
    border: 10px solid #222222;
    background-color: #111111;
    color: #F9F6EE;
    text-align: center;
    width: 80%;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
}

#blk-list{
    margin: 0;
    padding: 0;
    width: 95%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.list-option{
    list-style: none;
   color:#F9F6EE;
   background-color:#111111;
    text-align: left;
   
    padding: 5px;
    margin-bottom: 5px;
}
.blackout{
    text-align: center;
    background-color: #111111;
   margin-top: 1%;
   margin-bottom: auto;
    color: #F9F6EE;
font-size: 75px;
font-family: Arial;
font-weight: 900;

}

.list-option:hover{
    cursor: pointer;
    background: #F9F6EE;
    color:#111111;
}

.list-option h3{
    display: inline-block;
    margin: 10px;
}



.blk-num{
    font-size: 20px;}
.list-option span{
    right: 10px;
    position: absolute;
}
.center{text-align: center;}

.iwantthiscentered{
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 50%;
}
.frame{
    display:block;
    width: 816px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #222222

}
#bottom-text {color: #111111;}
.whitebox{
    border: 10px solid #222222;
    border-radius: 0%;
    margin-top: 0px;
    padding: 5%;
    border-top: 20px solid #222222;
    padding-top: 5%;
    margin-left: 20%;
    margin-right: 20%;
    
    background-color: #111111;
    color: #F9F6EE;
    text-align: center;
}
.topsecret{
    display: block;

    border-radius: 0%;
    
    padding: 5%;
    padding-top: 0%;
    margin-left: auto;
    margin-right: auto;
    background-color: #111111;
    color: #ff0000;
    text-align: center;
    font-weight: bold;
   

}
.topsecret1{
    color:red
}
.topsecret2{
    width:672px;

}
.topsecret3{

    margin-right: 20%;
    margin-left: 20%;
}
.info{background-color: #F9F6EE;}

.blk0563{
height: 4200px;
}
.blk0220{
    height: 3000px;
}
.blk1009{
    height: 3000px;
}
.blk1818{
    height: 3000px;
}
.blk1498{
    height: 2400px;
}
.error{
    font-family: 'Courier New', Courier, monospace;
   color: #ff0000;
   font-style: italic;
}