body {
  background-image: url("field.jpg");
  text-align: center;
  padding: 20px;
}

a{
  color: #1F5D6B;
  
  font-family: silkscreen;
  text-decoration: none;
}

h1{
  color: rgb(27, 27, 124);
  font-family: "Jacquard 12";
  font-size: 55pt;
}

h2{
  font-size: 30pt;  
  font-family: silkscreen;
  font-weight: bold;
  color: #6699FF;
}

p {
  color: #1F5D6B;
  font-size: 25pt;
  font-family: silkscreen;
}

.container{
  display: flex;
  align-items: flex-start;
}

.main{
  margin: 10px;
  padding: 20px;
  border-radius: 20px;
  border: double .5em #FFD9EF;
  height: 100vh;
  width: 100vw;
  overflow:auto;
}

nav ul{
  font-size: 20px;
  list-style-type: none;
  height: 100vh;
  margin: 10px;
  padding: .5em;
  width: 200px;
  float: left;
  border-radius: 20px;
  background-color: #1F5D6B;
  border-radius: 20px;
  border: double .5em #FFD9EF;
}

li {
  border: 2px dotted white;
  display: block;
  margin: 10px;
  background-color: #AABD4B;
  padding: 8px;
  text-decoration: none;
  border-radius: 20px;
}


/* fonts*/

.barrio-regular {
  font-family: "Barrio", system-ui;
  font-weight: 400;
  font-style: normal;
}

.rubik-puddles-regular {
  font-family: "Rubik Puddles", system-ui;
  font-weight: 400;
  font-style: normal;
}

.jacquard-12-regular {
  font-family: "Jacquard 12", system-ui;
  font-weight: 400;
  font-style: normal;
}

.silkscreen-regular {
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.silkscreen-bold {
  font-family: "Silkscreen", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.rubik-pixels-regular {
  font-family: "Rubik Pixels", system-ui;
  font-weight: 400;
  font-style: normal;
}


.doto-bold {
  font-family: "Doto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "ROND" 70;
}


