#logo_top
{
    width: 800px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid black;
    border-bottom: 0;
    background-image: url("../logo.png");
}

.navbar_top
{
    background-color:rgb(58, 58, 58);
    color: white;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    border:2px solid black;
    display:block;
    overflow: hidden;
}

body
{
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-color: rgb(201, 216, 231);
}

#content_main
{
    background-color: rgb(112, 111, 112);
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 85px;
    border: 2px solid black;
    padding: 4px 10px;
    display: block;
}
footer
{
    background-color:rgb(0, 0, 0);
    color: grey;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    bottom: 10px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    border:2px solid black;
    padding: 4px 10px;
    display:block;
    overflow: hidden;
}
*
{
    box-sizing:border-box;

}

label {
    display: inline-block;
    width: 150px;
}



.navbar_top a {
    float: left;
    display: block;
    text-align: center;
    display: block;
    margin-left: 10px;
    padding: 4px 0px;
    margin-right:10%;
}

table {
    border:2px black solid;
    margin: auto
}

th {
    border:2px black solid;
    text-align: center;
}

td{
    border: 2px black solid;
    text-align: center;
}

/*Lists*/
ul{
    list-style-type: square;
}

ol{
    list-style-type: decimal;
}

a:link{
    color: white;
}

a:visited{
    color: firebrick;
}

a:hover{
    color: rgb(233, 147, 152);
}
.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text{
    flex: 1;
}

.section{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.right{
    display: flex;
    justify-content: left;
}

img{
    width: 200px;
    border: 2px;
}
