html {
background-color: #041938;
}

@font-face {
  font-family: fonty;
  src: url(fonty.otf);
}

@font-face {
font-family: title;
  src: url(titlefont.ttf);
}

div {
  font-family: fonty;
font-size: 15px;
}

h1 {
font-family: title;
color: white;

}


#maincontainer {
  display: flex;
  padding: 20px;
position: relative;
color: white;
}


#leftcontainer {
background-color: #36589b;
  width: 400px;
  height: 400px;
  border: solid #fff47c;
  border-radius: 3px;
}

#rightcontainer {
  background-color: #36589b;
  width: 800px;
  height: 400px;
  border: solid #fff47c;
  border-radius: 3px;
}

li {
  list-style-type: none;
  padding: 0;
position: relative;
display: inline;
font-size: 20px;
}

a:link {
  color: #fffcdb
}

a:visited {
  color: #fffcdb;
}








