@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Body */

body {
  /* background-color: rgb(1, 4, 16); */
  background-color: blanchedalmond;
  color: black;
  border-style: solid;
  border-color: black;
  border-width: 0.5em;
}

/* Text */

h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 76px;
  text-align: center;
}

.home {
  margin-bottom: 0px;
}

.sub-home {
  margin-top: 0px;
  font-size: 28px;
}
.sub-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 56px;
  text-align: center;
}
h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  text-align: center;
  margin: 15px;
}
h2 {
  margin-bottom: 10px;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 30px;
  margin-right: 20%;
  margin-left: 20%;
}

b {
  color: #db504a;
}

a {
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: #db504a;
  font-size: 27px;
  font-weight: 700;
  text-decoration: none;
}

a:visited {
  color: #db504a;
}

a:hover {
  box-shadow: inset 355px 0 0 0 #db504a;
  color: rgb(5, 5, 5);
}

.links {
  color: rgb(255, 255, 255);
  line-height: 5px;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

iframe {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 30px;
  margin-right: 20%;
  margin-left: 20%;
}

embed {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.multi {
  display: flex;
  flex-wrap: wrap;
}

.multi-child {
  flex: 1;
  justify-content: center;
}

#text {
  text-align: left;
}
