@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  background-color: lightgray;
  padding: 32px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}
body > table {
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 20%);
  background-color: white;
  border: none;
  border-color: lightgray;
}
div table {
  padding: 1rem;
  border-spacing: 0px;
  line-height: 1.75;
}

div table tr:nth-child(odd) {
  background-color: rgb(211 211 211 / 20%);
}

div table tr:first-of-type {
  background-color: lightgray;
}

div table tr:has(img) {
  background-color: white !important;
}

div table td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
}

table div img {
  border-radius: 16px;
}

p.head1 {
  font-family: "Racing Sans One", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

p.body2grey {
  padding: 2rem 0 1rem 0;
  color: white;
}

p.body2grey a {
  font-family: "Racing Sans One", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  background-color: #cc2429;
  color: white;
  padding: 8px 16px;
  margin: 0 0.5rem;
  border-radius: 5px;
  transition: background-color 0.25s ease-in-out;
}
p.body2grey a:hover,
p.body2grey a:focus {
  background-color: #a51414;
  box-shadow: 0 0 8px 0px rgb(0 0 0 / 25%);
}

.bodybluebold {
  font-size: 0.875rem;
  font-weight: 600;
}

div.editable > p.body2 {
  max-width: 75%;
}

div > img {
  max-width: 700px;
}

td.head2 div a {
  font-family: "Racing Sans One", sans-serif;
  text-decoration: none;
  font-size: 1.2rem;
  color: #a51414;
  padding-right: 1rem;
}
