@font-face {
  font-family: "Copperplate";
  src: url("../assets/fonts/Copperplate.otf") format("opentype");
}

@font-face {
  font-family: "Anonymous-Pro";
  src: url("../assets/fonts/Anonymous_Pro.ttf") format("truetype");
}

.body {
  background-color: #000000;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  position: relative;
}

.header {
  padding: 20px;
}

.logo {
  width: 25vw;
  height: auto;
  margin-top: 6vh;
  margin-left: 7vw;
}

.background-bottles {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.bottles-container {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55vw;
  max-width: 100%;
}

.card {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(241, 234, 228);
  padding: 0.75rem 1.8rem;
  border-radius: 60px;
  text-align: center;
  white-space: nowrap;
}

.card p {
  margin: 0;
  color: #000000;
  font-size: 3vw;
  font-weight: 400;
  font-family: "Copperplate";
}

.link {
  color: #ffffff;
  font-family: "Anonymous-Pro";
  font-size: 2vw;
  text-align: center;
  display: block;
  white-space: nowrap;
  margin-top: 3.5vh;
  text-decoration: none;
}

.link u {
  text-decoration: underline;
}
