@font-face {                  
  font-family: 'CHNOPixel';
  src: url(https://humantooth.neocities.org/fonts/CHNOPixelCodePro-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
} 

body {
  background-image: url('https://rockseize.neocities.org/image/macos.png');
  font-family: 'Verdana', Sans-Serif;
  font-size: 12px;
}

container {
  margin: auto;
  background-color: white;
  width: 1050px;
  display: block;
  padding: 10px;
  border-width: 7px;
  border-style: solid;
  border-image: url("https://file.garden/ZZ2PUl9MPilKgIvB/collection/borders/xnxzti-1.png") 8 fill round;
}

a {
  color: #3051d9;
  transition: 0.3s;
}

a:hover {
  color: #2142c4;
  letter-spacing: 3px;
  font-style: italic;
}

#flex {
  display: flex;
  flex-direction: row;
}

#left {
  margin: 10px;
}

#header {
  font-family: 'CHNOPixel';
}

.sinclair {
  width: 184px;
  height: 184px;
  margin-bottom: 10px;
  border: 10px solid transparent;
  border-image: url("https://file.garden/ZZ2PUl9MPilKgIvB/collection/borders/fp9ci4.png") 8 fill round;
}

#descOne {
  width: 200px;
  height: 100px;
  overflow: auto;
  border: 1px solid #6c80f0;
  padding: 5px;
}

#list, h2 {
  font-family: 'CHNOPixel';
}

#list a {
  transition: ease-in 0.3s;
  color: #4055cf;
}

#list a:hover {
  font-style: italic;
  letter-spacing: normal;
}

ul {
  list-style-image: url('https://rockseize.neocities.org/image/pixdot.gif');
}

li {
  margin: 2px;
}

#right {
  margin: 10px;
  width: 100%;
}

#descTwo {
  border: 1px solid #6c80f0;
  padding-left: 4px;
}

#opt1, #opt2, #opt3, #opt4 {
  display: none;
}

#mobileFooter {
  display: none;
}

@media (max-width: 800px) {
  
  container {
    width: 90%;
  }
  
  #flex {
    flex-direction: column;
  }
  #descOne {
    width: 100%;
  }
  
  .sinclair {
    width: 90%;
    height: 100%;
  }
  
  #right {
    margin: 0;
  }
  
  #mainFooter {
    display: none;
  }
  
  #mobileFooter {
    display: block;
  }
}