@import url("https://use.typekit.net/ujq0vvz.css");

html,
body,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
img,
iframe {
  height: auto;
  max-width: 100%;
}

html {
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background-color: #000;
  color: rgba(240, 255, 255, 0.844);
  font-family: p22-muschamp-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 1px;
  min-height: 100vh;
}

.links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

a {
  cursor: pointer;
  display: block;
  border: 2px solid #ff3333;
  width: 80%;
  border-radius: 10px;
  color: #ff3333;
  margin-bottom: 12px;
  padding: 10px;
  text-align: center;
  max-width: 400px;
  text-decoration: none;
}

a:hover {
  background-color: #ff3333;
  color: rgba(240, 255, 255, 0.844);
  transition: opacity 0.5s ease-in-out;
}

.card {
  display: flex;
  background-color: #fff;
  color: #333;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 15px;
}

.card span {
  border-right: 1px solid black;
}
