@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wdth,wght@0,80,100..900;1,80,100..900&display=swap');


body { background-color:#dddddd; }

* {
  font-family: "Saira", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings:
    "wdth" 80;
}

.full { width:1024px; margin: 0 auto; display:flex; justify-content: space-between; flex-wrap: wrap; gap: 20px;}

.c { text-align:center; }

.button { padding:20px; background-color:#f5951d; color:#000000; border-radius:20px; font-size:14pt; font-weight:bold; text-decoration:none; }


.box {
  border-radius:20px;
  flex: 1 1 490px;
  margin-bottom:1em;
}
.box h1 {
  margin-top:0px;
  border-radius:18px 18px 0 0;
}
.goal {
  border:3px solid #CC767E;
  background-color:#FFDCEF;
}
.goal h1 {
  background-color:#FFAFCC;
}
.def {
  border:3px solid #F6AE2D;
  background-color:#FCF6BD;
}
.def h1 {
  background-color:#F3DFA2;
}
.team {
  border:3px solid #767ECC;
  background-color:#DCEFFF;
}
.team h1 {
  background-color:#73AFCC;
}
.shoot {
  border:3px solid #66BB44
;
  background-color:#CCFFBB;
}
.shoot h1 {
  background-color:#88CC55;
}
p {
  padding:20px;
}