#Updates .updates-label{
    width: 100%;
    text-align: left;
    font-size: large;
    color: white;
    padding: 10px;
    font-family: "Fredoka", sans-serif;
    font-weight: bold;
    background-color: rgb(20, 20, 20, 0.800);
    border-radius: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#Updates-Data{
    background-color: rgba(50, 50, 50, 0.500);
    padding: 20px;
    height: 400px;
    border-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: auto;
}
.redirect-button{
    background-color: rgba(0, 0, 0, 0.500);
    border: 0px;
    padding: 5%;
    color: white;
    font-size: large;
    font-weight: bolder;
    transition: all ease .2s;
    margin: 5px;
}
.redirect-button:hover{
    background-color: rgba(48, 48, 48, 0.5);
} 