* {
    margin: 0%;
    padding: 0%;
}

.main {
    background: linear-gradient(to top,rgba(0, 0, 0, 0.5)50%, rgba(0, 0, 0, 0.5)50%), url(img/background.jpg);
    width: 100%;    
    height: 100%;
    background-position: center;
    background-size: cover;
    height: 100vh;
}
.navbar {
    width: 100px;
    height: 100px;
    margin: auto;
}
.menu {
    width: 100px;
    height: 20px;
    float: center;
}
.menu-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-list li {
    list-style: none;
    margin-top: 1px;
    padding: 30px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-family: serif;
}
.menu-list li a {
    text-decoration: none;
    color: whitesmoke;
    font-weight: bold;
    transition: color 0.4s ease;
}
.menu-list li a:hover {
    color: rgb(255, 90, 0);
    font-weight: none;
}
h2 {
    color: rgb(255, 90, 0);
    text-align: center;
    margin-top: 20px;
}
p {
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 10px;
}
.up {
    color: rgb(255, 255, 255);
    text-align: left;
    margin-left: px;
    font-size: 16px;
    font-family: serif;
    margin-top: 1px;
}
.updates {
    width: 800px;
    height: 345px auto;
    margin: 5px auto;
    padding: 10px;
    padding-left: 15px;
    border-radius: 5px;
    text-align: left;
    font-size: 12px;
    border-left: 1px solid rgba(255, 90, 0);
    border-top: 1px solid rgba(255, 90, 0);
    border-bottom: 1px solid rgba(255, 90, 0);
    border-radius: 5px;
}

#current {
    color: rgb(255, 90, 0);
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: rgb(255, 90, 0);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    text-decoration-style: solid;
    font-size: 23px;
}
