@font-face{
  font-family: PixelOperatorMono;
  src: url('https://mrkolor.neocities.org/Fonts/PixelOperatorMono-Bold.ttf');
  }

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

h1 {
   font-family: 'PixelOperatorMono';
   font-size: 3em;
  }
h2 {
   font-family: 'PixelOperatorMono';
   font-size: 3em;
  }
b {
   font-family: 'PixelOperatorMono';
   font-size: 1em;
  }
  
  a:link {
  color: yellow;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
} 

@media only screen and (min-width: 900px) {
  #mobileonly {
    display: none;
  }
}


#sitecontainer {
margin:auto; 
margin-top:35px;
margin-bottom:50px;
height:1030px;
width:820px;
background-color: rgb(250, 214, 182);
border:7px solid rgb(211, 41, 89) ;
border-radius:10px;
box-shadow: 2px 2px 5px rgb(233, 116, 33);

}



