@font-face {
      font-family: 'MinecraftRegular-Bmg3.otf';
      src: url(https://unreliabletape.neocities.org/fonts/MinecraftRegular-Bmg3.otf);
    }

body {
 background-image: url("greentapes.png");
 font-family: 'MinecraftRegular-Bmg3.otf';
 color: white;
    
    #website-container {
      width: 70%;
      display: flex;
      margin: 0 auto;
      flex-direction: row;

    }
    
    #left-side-content {
     display: flex;
     float: left;
     margin-top: 0px;
     line-height: 30px;
     align-items: center;
     flex-direction: column;
     margin-right: 10px;
     border-color: #060c08;
      border-width: 3px;
      border-style: solid;
      background-color: #a24404;
      margin-bottom: 20%;
      max-width: 30%;
     }
     
         #middle-content {
      display: flex;
      flex-direction: column;
      background-color: #a24404;
      margin-top: 0px;
      margin-left: 0px;
      border-color: #060c08;
      border-width: 3px;
      border-style: solid;
       max-height:100vh;
       padding-left: 20px;
       overflow: scroll;
       max-width: 70%;
       justify-content: center;
    }
    #the-meat{
      flex: 1;
      overflow: scroll;
      text-overflow: ellipsis;
      width: inherit;
      display: inline;
    }
    
        .currently {
  background-color: #a24404;
      max-width: 250px;
      padding: 5px;
}
.currently h4,
.currently a,
.currently p {
  display: inline;
}

        .other-title {
      color: #ffffff;
      text-align: center;
      text-decoration-line: underline;
      text-decoration-color: white;
      text-decoration-style: dashed;
      text-shadow: 2px 2px 2px #060c08;
      margin-bottom: -30px;
    }
    
    #radarsquarediv {
      float: right;
      padding-right: 10px;
      padding-left: 10px;
    }
    
    #radarsquare {
            max-height: 200px;
            border-color: #060c08;
      border-width: 4px;
      border-style: solid;
    }
    
    a {
      color: white;
    }
    
        #footer {
      background-color: #a24404;
      border-color: #060c08;
      border-width: 3px;
      border-style: solid;
      text-align: center;
      padding: 10px;
      vertical-align: bottom;
      width: 70%;
     margin-left: 15%;
     margin-right: 15%;
      
    }
    
   .img {
      max-height: 200px;
    }
    
    #radargallery {
      overflow: scroll;
      border-color: #060c08;
      border-width: 3px;
      border-style: solid;
      display: flex;
      margin-right: 25px;
    }
    
    h2, h4{
      color: #060c08;
    }
    
}