@font-face {
    font-family: "PlusJakartaSans-Light";
    src: url(/font/plusjakartasans.woff2)
}
body {
	    font-family: PlusJakartaSans-Light;
	background-image: url(/img/background.svg);
  background-size: 10vw;
  background-repeat: repeat;
  color:#f8f8f2;
}
.fullwideimg {
  width: 100%;
}

.img {
height : 10em
}

a {
    color: hsl(195.1, 100%, 50%);
}

.navcenter{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
width: max-content;
/*fallback*/
width: intrinsic;        
width: -moz-max-content;
width: -webkit-max-content;
   }


.box{
 border: 3px #663399;
      border-style: solid;
  margin: 10px;
  border-radius: 5px;
  padding: 10px;

}

.navtop {
        text-align: center;
}

.navlinks {
    text-decoration: none;
}

.nav {
 border: 3px #663399;
 border-bottom-style: solid;
  margin: 10px;
  padding: 10px;


}

.title {
  font-size: 1.5em;
      text-align: center;
 }
 .cerbox {
  text-align: center;
}

.null{display:none;}


