
@font-face {
   font-family:"Mario Kart DS";
   src:url("fonts/W95FA.otf") format("truetype");
}

@font-face {
   font-family:"Mario Kart DS";
   src:url("fonts/W95FA.otf") format("truetype");
}

body{
    font-family:"Mario Kart DS";
    color: white;
    margin: 0px;
    padding: 0px;
}

a:link {
  color: #4e3c68;
  text-decoration: none;
}

a:visited {
  color: #4e3c68;
  text-decoration: none;
}


.header{
    margin: auto;
    margin-top: 5px;
    margin-bottom:10px;
    height: 125px;
    width: 845px;
    border-radius: 5px;
    background-image: linear-gradient(white, #c2dfdb);
    border: 5px solid #8ea8a4;
}
.container{
    padding: 10px;
    margin: auto;
    width: 880px;
    height: 100%;
    background-color: rgba(74, 46, 137, 0.7); 
}


