body{
    background-color: rgba(31, 29, 29, 0.733);
    background-image: url("bg.png");
    background-repeat: repeat-x;
    background-position: top center;
    font-family: sans-serif;
    font-size: 16px;
    color: #ffffff;
    height:100%;
}

.main_text {
    color: rgb(226, 226, 226);
    }
    

.center{
    position: relative;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
}

.wrapper {
    width: 98%;
    max-width: 1500px;
    padding: 50px 0px 0px 0px;
    margin: 10px 10px 5% 5%;
}
.table_content {
    background-color: #1b1a1a5e;
    display: block;
    width: 99%;
    border-radius: 5px;
    position: relative;
    clear: both;

}
.table_ng{
    background-color: #00000091;
    padding: 1px;
    border-radius: 50px;
    text-align: center;
}



ul {
    list-style-type: none;
    margin: 1%;
    padding: 0;
    overflow: hidden;
    background-color: #8c7d7a7a;
    border-radius: 10px;

}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 18px 18px;
    text-decoration: none;
}

li.right {
    float: right;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ff2d00
}

.dropdown:hover .dropdown-content {
    display: block;
}



.column {
    float: left;
    width: 100%;
}



.footer {
    position: fixed;
    background-color: rgba(53, 50, 50, 0.37);
    text-align: center;
    padding: 1px;
    margin-top: 10%;
    margin: auto auto;
    border-radius: 10px;
    color: rgb(191, 228, 27);
    bottom: 0;
    width: 99%;
    font-size: 12px;
}


.row:after {
    content: "";
    display: table;
    clear: both;
}
