@import "tailwindcss";
@import "tailwindcss-animated";

.full {
  min-height: 100vh;
  height: auto;
  align-items: center;
  align-content:space-around;
  justify-content: center;
  text-align: center;
  background-color: black;
}

body {
  padding: 0px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  justify-content: center;
  text-align: center;
  align-content: center;
  justify-self: center;
  color: rgb(255, 255, 255);
  background: aliceblue;
}

h1 {
  font-size: clamp(40px, 6vw, 60px);
  font-weight: 600;
  font-style: oblique;
  line-height:100%;
}

h2 {
  font-size:x-large;
}
h6 {
  font-size: large;
  font-weight: 600;
}

p {
  font-size: medium;
  font-weight: 500;
}
.card {
  text-align: center;
  margin: 10px;
  padding: 20px;
  width: 160px;
  height: 240px;
  border-radius: 15px;
  background: transparent;
  color: black;
  background: #ffffff8f;

}
.secondary {
    background: linear-gradient(#5A0001, #350004);
}

.layout {
  width: 100%;
  display: flex;
  gap: 16px;
  justify-content: center;
}