* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-width:360px;
}

body {
  font-family: "Stoke", serif;
  background-color: rgb(35, 61, 87);
  color: rgb(243, 243, 4);
}

.boxcontent {
  display: flex;
  justify-content: space-evenly;
  flex-flow: wrap;
}

a:link {
  text-decoration: none;
  font-style: italic;
  color: rgb(47, 119, 214);
}
a:visited {
  text-decoration: none;
  font-style: italic;
  color: rgb(47, 119, 214);
}
a:hover {
  text-decoration: none;
  font-style: italic;
  color: rgb(47, 119, 214);
}
a:active {
  text-decoration: none;
  font-style: italic;
  color: rgb(47, 119, 214);
}

ul {
  list-style-type: none;
}

li {
  margin: 7px;
  padding: 10px;
  background-color: #47000a;
  border-radius: 25px;
  border: 1px solid rgb(47, 119, 214);
}
h3 {
  color: #bbbe3a;
}
.items {
  width: 33.33%;
  padding: 10px;
  text-align: center;  
}
