a {
  color: #16b700;
}
a:visited {
  color: #16b700;
}

@font-face {
  font-family: "Perfect DOS VGA 437";
  src: url(/dosvga.ttf);
}

body {
  color: #fff;
  font-family: "Perfect DOS VGA 437";
  background-color: #1e1e2e;
  font-size: 16px;
  background-image: url("/imgs/ubuntu.jpg");
  background-attachment: fixed;
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
}

.terminal {
  width: 1050px;
  height: 650px;
  background-color: black;
  border-color: #11111b;
  border-width: 5px 5px 5px 5px;
  border-style: solid;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:20px;
  overflow: auto;
  max-width:100%
}

.menubar {
  width: 1060px;
  height:30px;
  background-color: #11111b;
  margin-left: auto;
  margin-right: auto;
  font-family: "sans-serif";
  text-align: right;
  line-height:30px;
  max-width:100%
}

.button {
  background-color: #11111b;
  height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  line-height: 1px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
  cursor: pointer;
  max-width:100%
}

.button2 {
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  line-height: 1px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
  cursor: pointer;
  max-width:100%
}


.close:hover {
  background-color: #f44336;  
}

.maximize:hover {
  background-color: #04aa6d;
}

.minimize:hover {
  background-color: #b99b46;  
}

.tux:hover {
  background-color: #d4772b; 
}

.box {
  border: 1px solid #16b700;
  background-color: black;
  margin: 5px 15px;
  text-indent: 10px;
  max-width:100%;
  width: 350px;
  height: auto;
}

.large {
 width: 350px;
 height: 400px;
 grid-row-start: 1;
 grid-row-end: 3;
 max-width:100%
}

.wide {
  width: 350px;
  height: 200px;
  grid-column: 2 / span 2;
  max-width:100%;
}

.small {
  width: 200px;
  height: 200px;
  max-width:100%
}

.directory {
  width: 300px;
  height: 200px;
  max-width:100%
}

.fanlistings {
  width: 350px;
  height: auto;
  max-width:100%
}

.buttons {
  width: 350px; 
  height: auto;
  max-width:100%
}

.grid {
  width: 1050px;
  height: 500px;
  display: grid; 
  grid-template-columns: auto auto auto;
  gap: 85px 10px;
  max-width:100%;
}

.fgrid {
  width: 1100px;
  height: 300px;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 5px;
  max-width:100%
}

.tall {
  width: 350px;
  height:700px;
}
#statuscafe {
    padding: .5em;
    height: 150px;
    background-color: black;
    height: 180px;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

.dock {
  width: 100%;
  height: 50px;
  background-color: #202326;
  position: fixed;
  bottom: 0;
  margin: 0;
  padding: 0;
  left: 0;
  text-align: left;
  max-width:100%
}