body {
    background-color: black;
    color: white;
    font-family: 'Liberation Sans', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}
a{
    color: orange;
}
input {
    background-color: white;
    border-radius: 8px;
    border-color: black;
    border-width: 1px;
    border-style: hidden;
    line-height: 2em;
}
button{
    border-radius: 4px;
    background-color: orange;
    border-style: hidden;
    font-weight: bold;
    font-size: large;
}

p {
    text-align: justify;
}

footer{
    color: grey;
}

#navlogo{
    
    height: 200px;
}
nav{
    font-weight: bolder;
    height: 100%;
    
}

nav ol{
    display: inline;
    margin: auto;
    text-align: center;
    
}

nav a {
    font-size: 2em;
    padding-left: 16px;
    line-height: 64px;
}


#news_container{
    
    background-image: linear-gradient(rgb(74, 35, 35),black);
}

#news_header {
    
    background-color: rgb(21, 13, 10);
    padding: 0;
    margin: 0;
    font-size: large;

}

#news_content{
    /*font-style: italic;*/
    text-align: justify;
    max-width: 600px;
    margin: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 16px;

}

#register_content{
    /*font-style: italic;*/
    max-width: 600px;
    margin: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 16px;

}