@font-face {
  font-family: "Thunder";
  src: url("./assets/fonts/Thunder-Black.woff2") format("woff2"),
    url("./assets/fonts/Thunder-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 65vh;
  background-color: black;
  /* width: 100%; */
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  /* display: block; */
  padding-inline: 20px;
  width: 300px;
  /* max-width: 100%; */
}

p {
  color: #b8b5b5;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
  margin-top: 40px;
  text-align: center;
}

a {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #b8b5b5;
  font-size: 16px;
  text-decoration: underline;
  transition: all 100ms ease-in-out;
}

a:hover {
  opacity: 0.85;
}
