
body {
  background-image: url("https://kraehtot.neocities.org/images/Null-itissilent.png");
  color: #a7f2e7;
  font-family: monospace;
  margin-left: 50px;
  margin-right: 50px;
  padding: 5px;
  width: 60%;
  margin: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; 
    }


 #header {
   text-align: center;
   margin-top: 5%;
   padding: 10px;
   height: auto;
   border-style: solid;
   background-color: #1a1f1f;
   border-width: 3px;
   border-color: #a7f2e7;
  }
 #navbar {
    height: 40px;
    background-color: #0f1212;
    width: 100%;
                
            }

#navbar ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: space-evenly;
            }

#navbar li {
    padding-top: 10px;
            }

#navbar li a {
    color: #edf9ed;
    font-weight: 800;
    text-decoration: none;
            }
#navbar li a:hover {
    color: #cc6d78;
    text-decoration: underline;
            }

.row {
  display: flex;
}

.column {
  flex: 33.33%;
  flex-direction: row;
  padding: 2px;
}

.centermain {
  background-color: #363636;
  flex: 1;
  padding: 3%;
  font-size: 15px;

}
.centermain > img {
  opacity: 1;
  padding: 5px;
}
.updatelog {
  column-count: 1;
  word-wrap: break-word;
  width: fit-content;
}
.container {
  display:flex;
}

.footercenter {
  background-color: #000000;
  height: 40px;
  padding: 5px;
  justify-content: center;
  display: flex;
            }


@media screen and (max-width: 500px) {
   .column {
    width: 100%;
  }

}
a:link {
   color: #cc6d78;
  text-decoration: none;
    
}
a:visited {
  color:#cc6d78;
    
}
a:hover {

  background-color: #292929;
  text-decoration: underline;
  font-weight: bold;
}