* {
    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;

}
.updates {
    width: 1200px;
    height: 200px auto;
    margin: 20px auto;
    color: rgb(255, 255, 255);
}
.legend {
    color: rgb(255, 90, 0);
}
.fieidset-list {
    width: 100%;
    height: auto;
    margin: 20px auto;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    
}
.fieidset-list ul {
    list-style: none;
    padding: 0;
    color: white;
}
.fieidset-list ul li {
    margin: 10px 0;
    margin-left: 20px;
    padding: 50px;
    border-radius: 10px;
    color: white;
}
.fieidset-list ul li:hover {
    background-color: rgb(255, 90, 0);
    transition: background-color 0.3s ease;
}
h2 {
    color: rgb(255, 90, 0);
    text-align: center;
    margin-top: 20px;
}
p {
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 10px;
}

.footer {
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
    position: relative;
    bottom: 0;
    top: 85px;
}
.p1 {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: right;
}
.p2 {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: right;
}
#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;
}
