body {
    background-image: url(images/bar.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#nav {
    border: 2px solid;
    border-color: #581F18;
    border-radius: 10px;
    padding: 10px;
    align-content: center;
    display: flex;
  justify-content: space-between;
}

#container2 {

    border: 2px solid;
    color: transparent;
    padding: 50px;
    background-color: #d3d3ac;
    width: 800px;
    height: 800px;

    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    margin-top: 100px;
    margin-bottom: 100px;


}

a {
    text-decoration: none;
    border: 2px solid;
    border-color: transparent;
    font-family: "Martian Mono";
    font-size: 12px;
    color: #581F18;
}

h1 {
    font-family: "Krona One";
    color: #581F18;
    font-size: 30px;


}

p1 {
    border: 2px solid;
    border-color: transparent;
    font-family: "Martian Mono";
    font-size: 12px;
    color: #581F18;

}

p2 {
    border: 2px solid;
    border-color: transparent;
    font-family: "Martian Mono";
    font-size: 12px;
    color: #581F18;
    margin-top: 450px;
}

p3 {
    border: 2px solid;
    border-color: transparent;
    font-family: "Martian Mono";
    font-size: 12px;
    color: #581F18;
    margin-bottom: 100px;
}

img {
    position: absolute;
    margin-left: 400px;
    margin-bottom: 200px;
}

#content {
    max-height: 550px;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 20px;
    color: black;
}

::-webkit-scrollbar-track {
    background: transparent;
}