.topbarr{
    background-color: black;
    font-size: x-large;
    margin: -8px;
    padding: 10px;
    color: white;
}
.topbarr a{
    border: 2px cyan solid;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    padding: 2px;
    margin: 5px;
}
.topbarr h1{
    margin: -3px;
    padding: 2px;
    margin-left: 5px;
}

.galery{
    padding: 10px;
    min-height: 600px;
    max-width: 1000px;
}

.galery img{
    max-width:300px;
    max-height:200px;
    float: left;
}
.galery button{
    width: 300px;
    height: 200px;
    border: hidden;
}

.bottomnavigation{
    padding: 100px;
}
.bottomnavigation a{
    padding-left: 30px;
    color: darkgreen;
    font-size: larger;
}

.footer{
    background-color: rgb(20, 20, 20);
    margin: -10px;
    font-size: large;
    color: white;
    padding-top: 10px;
    position:fixed bottom;
}
.footer div{
    display: inline-table;
    margin: 5px;
    line-height: 30px;
}
.footer a{
    color: white;
    padding: 20px;
    font-size: large;
    text-decoration: none;
}
.footer a:hover{
    color: aqua;
}
.footer p{
    font-size: large;
    padding: 20px;
}
.footer h4{
    padding: 5px;
    margin: 10px;
}

.large{
    background-color: rgb(50, 50, 50);
    max-width: fit-content;
    text-align: center;
    margin-right: calc(50% - 100px);
    position: fixed;
    top: 1%;
}

.buttons{
    color: white;
    background-color: rgb(50, 50, 50);
    width: 40px;height: 40px;
    border-radius: 20px;
    font-size: x-large;
    border-color: white;
}
body{
    font-size: large;
    font-family: sans-serif;
}
p{
    max-width: 1000px;
}
li{
    max-width: 1000px;
}
.text{
    margin-left: calc(50% - 500px);
    margin-bottom: 20px;
}
.text img{
    max-width: 70%;
}
#bloghedder{
    text-align: center;
    border-bottom: 2px solid;
    max-width: 1000px;
}