@font-face {
  font-family: 'KG Summer Sunshine Blackout';
  src: url('fonts/KGSummerSunshineBlackout.woff2') format('woff2'),
      url('fonts/KGSummerSunshineBlackout.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


body {
  background-color: #F2E7AE;
  width: 100%;
  margin: 0;
  padding: 0;
}

h1 {
  color: #0367A6;
  font-family: 'KG Summer Sunshine Blackout';
  font-size: 50px;
  text-align: center;
}

.wrap-sections {
  display: flex;
  gap: 10px;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.section {
  background-color: #F2AEBB;
  color: #72358C;
  padding: 7px;
  width: 500px;
  font-family: "Noto Sans", sans-serif;
  border-radius: 5px;
  border: 1px solid #72358C;
}

h2 {
  text-align: center;
}

ul li {
  margin-bottom: 10px;
}

.footer {
  border-top: 1px solid #d6d4d4;
  width: 50vw;
  margin: auto;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  color: #9e9e9e;
  font-size: 15px;
}

.footer span{
  color: red;
  font-size: 25px;
  vertical-align: sub;
}

h3 {
  margin-left: 50px;
}

table {
  font-size: 1em;
  border: 1px solid #72358C;
  width: 450px;
  border-collapse: collapse;
}

th {
  background-color: #F2B6A0;
}

th, td {
  text-align: center;
}

td {
  background-color: #F2E7AE;
}