html {
  background-image:url("/nierautomatawallpaper-test.jpg");
  background-size:cover;
  background-repeat:no-repeat;
  color:white;
  font-family:monospace;
  font-size:14px;
}

a:visited {
  color:#BDBBB0;
  background-color:transparent;
  text-decoration:none;
}
a:link {
  color:#B2B1B2;
  background-color:transparent;
  text-decoration:underline;
}

body {
  height:100%;
  margin:0;
  padding:0;
}
  
  .wrapper {
    background-color:#00000080;
    border:#ffffff 2px solid;
    border-radius:8px;
    margin:auto;
    text-align:center;
  }
  .container {
    background-color:#00000080;
    border:#ffffff 2px solid;
    border-radius:8px;
    margin:auto;
    text-align:center;
  }
  .oxycomm {
    background-color:#00000080;
    border:#ffffff 2px solid;
    border-radius:8px;
    height:90px;
    width:600px;
    margin:auto;
    text-align:center;
  }
  .layout {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:nowrap;
    padding:10px;
    margin:auto;
    max-width:900px;
    height:100vh;
    width:100%;
    gap: 10px;
  }
  
  #box {
    background-color:#00000080;
    border:#ffffff 2px solid;
    border-radius:8px;
    height:480px;
    width:600px;
    margin:auto;
    text-align:center;
  }
  #nav {
    background-color:#00000080;
    border:#ffffff 2px solid;
    border-radius:8px;
    height:120px;
    width:200px;
    text-align:center;
  }
  #misc {
    background-color:#00000080;
    border:#ffffff 2px solid;
    border-radius:8px;
    height:120px;
    width:200px;
    text-align:center;
  }
  
  #updates {
    background-color:#00000080;
    border:#ffffff 2px solid;
    border-radius:8px;
    height:380px;
    width:600px;
    margin:auto;
    text-align:left;
    overflow-y:auto;
    max-height:380px;
  }
  #center-img {
    display:block;
    margin-left:auto;
    margin-right:auto;
  }
  
  #portfolio {
    background-color:#00000080;
    border:#ffffff 2px solid;
    border-radius:8px;
    height:90px;
    width:600px;
    margin:auto;
    text-align:center;
  }
  #comms {
    background-color:#00000080;
    border:#ffffff 2px solid;
    border-radius:8px;
    height:600px;
    width:600px;
    margin:auto;
    text-align:center;
  }  