@font-face {
  font-family:"Ari-W9500";
  src:url("https://foggybear42.neocities.org/fonts/ari-w9500.woff") format("woff");
}

@font-face {
  font-weight:bold;
  font-family:"Ari-W9500";
  src:url("https://foggybear42.neocities.org/fonts/ari-w9500-bold.woff") format("woff");
}

html {
  color:#ffffff;
  font-size:1em;
  text-align:center;
  font-family:"Ari-W9500";
  background-color:#000000;
}

h1 {
  margin-bottom:15px;
}

.site {
  margin:10px;
  height:340px;
  padding:15px;
  position:relative;
  background:#202020;
  display:inline-block;
  border:2px solid #ffffff;
}

.button {
  left:5px;
  width:88px;
  bottom:5px;
  height:31px;
  position:absolute;
  border:2px solid #ffffff;
  image-rendering:pixelated;
}

.fas {
  right:7px;
  bottom:6px;
  position:absolute;
}

.thumbnail {
  height:280px;
  outline:2px solid #ffffff;
}

.title {
  margin-top:7px;
  font-size:1.1em;
  font-weight:bold;
}

.title a {
  color:#1e90ff;
  transition:.3s linear;
}

.title a:hover {
  color:#ffffff;
  transition:.2s linear;
}

.desc {
  margin-top:8px;
}

.site#foggy {
  border:2px solid #a0522d;
}

#foggy .thumbnail {
  outline:2px solid #a0522d;
}

#foggy .title a {
  color:#a0522d;
}

#foggy .title a:hover {
  color:#ffffff;
  transition:.2s linear;
}

#foggy .button {
  border:2px solid #a0522d;
}

.site#wayward {
  border:2px solid darkred;
}

#wayward .thumbnail {
  outline:2px solid darkred;
}

#wayward .title a {
  color:darkred;
}

#wayward .title a:hover {
  color:#ffffff;
  transition:.2s linear;
}

#wayward .button {
  border:2px solid darkred;
}

.site#cricket {
  border:2px solid #c20ec2;
}

#cricket .thumbnail {
  outline:2px solid #c20ec2;
}

#cricket .title a {
  color:#c20ec2;
}

#cricket .title a:hover {
  color:#ffffff;
  transition:.2s linear;
}

#cricket .button {
  border:2px solid #c20ec2;
}

.site#briefcase {
  border:2px solid #00ff00;
}

#briefcase .thumbnail {
  outline:2px solid #00ff00;
}

#briefcase .title a {
  color:#00ff00;
}

#briefcase .title a:hover {
  color:#ffffff;
  transition:.2s linear;
}

.site#magnus {
  border:2px solid #628141;
}

#magnus .thumbnail {
  outline:2px solid #628141;
}

#magnus .title a {
  color:#628141;
}

#magnus .title a:hover {
  color:#ffffff;
  transition:.2s linear;
}

::selection {
  color:black;
  background-color:#ffffff;
}

::-webkit-scrollbar {
  color:#ffffff;
}

::-webkit-scrollbar-track {
  background:black;
}

::-webkit-scrollbar-thumb {
  background:#ffffff;
}

::-webkit-resizer {
  background:#ffffff;
}

@media only screen and (max-width:800px) {
  .site {
    width:90%;
    margin:5px;
    height:auto;
  }
  
  .thumbnail {
    width:100%;
    height:auto;
  }
}