body {
    margin: auto;
    max-width: 1000px;
    color: rgb(206, 202, 195);
    background-color: rgb(24, 26, 27);
    line-height: 1.6;
}

h1 {
    margin: auto;
    text-align: center;
}

.code {
    font-size: 75%;
    padding: 10px;
    background-color: rgb(20, 23, 25);
}

code {
    background-color: rgb(20, 23, 25);
}

svg {
    max-width: 90%;
}

.content {
    line-height: 1.6;
    margin: 20px 0 0 0;
    padding: 10px 40px 40px 40px;
    font-family: "Ubuntu";
    font-size: 18px;
    background-color: rgb(50, 50, 50);
}

.center {
    font-family: "MetalMania";
    font-size: 25px;
}

.navigation {
    font-family: "MetalMania";
    font-size: 25px;
}

.navigation ul {
    font-size: 40px;
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.navigation li {
    display: inline;
}

.navigation li:last-child {
    border-right: none;
}

.navigation li a {
    display: inline-block;
    padding: 0 20px 0 20px;
    background-color: darkgrey;
   /* border-radius: 20px;*/
    width: 100px;
    color: black;
    
}

a:link {
    text-decoration: none;
    color: red;
}

a:visited {
    text-decoration: none;
    color: darkred;
}

a:hover {
    text-decoration: underline;
    color: darkred;
}

.navigation li a.active {
    background-color: lightgrey;
}

@font-face {
    font-family: "MetalMania";
    src: url("MetalMania-Regular.ttf") format("truetype");
}

.picture {
    width: 100%;
    height: auto;
}

.center {
    text-align: center;
}
