div.bottomup {
    font-size: 15px;
    text-align: center;
    background-color: rgb(50,50,50);
    border-top: 5px solid rgb(99, 99, 99);
    border-radius: 10px;
    height: auto;
    color: white;
}
div.bottomdown {
    font-size: 15px;
    text-align: center;
    background-color: rgb(50,50,50);
    border-bottom: 5px solid rgb(99, 99, 99);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: auto;
    color: white;
}
div.bottomtitle {
    font-size: 25px;
    text-align: center;
    color: rgb(224, 224, 224);
}
a.whited {
    color: white;
}
div.topbar {
    color: black;
    background-color: rgb(170,170,170);
    border-bottom: 5px solid rgb(50,50,50);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 50px;
    font-size: 30px;
}
p.smalltext {
    font-size: 15px;
}