@charset "UTF-8";
/* CSS Document */

.contain {
  object-fit: contain;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box div {
  width: 80%;
}

.boxed {
  border: 1px solid black;
  padding: 10px;
}

p {
  font-family: "Lato", sans-serif;
  font-weight: 400px;
  font-size: 14px;
}

li {
  font-family: "Lato", sans-serif;
  font-weight: 400px;
  font-size: 14px;
}

h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700px;
  text-align: center;
}

h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700px;
  text-align: center;
}

h3 {
  font-family: "Lato", sans-serif;
  font-weight: 700px;
  text-align: center;
}

ul {
  list-style-type: square text;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 8px;
  padding-left: 8px;
}

.footer {
  text-align: center;
  color: slategray;
  font-family: "Lato", sans-serif;
  font-weight: 400px;
  font-size: 12px;
}

.center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 860px) {
  .center {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
  }
}

main {
  margin: 10px;
}
h2 h3 {
  text-align: center;
}

.left {
  float: left;
  padding-right: 8px;
  padding-top: 10px;
}

li.nostyle {
  list-style-type: none;
}
