body {
  background-color: #84979E;
}
.main {
  background: url("Yellow.jpg");
  width: 98%;
  margin-top: 10px;
  margin-left: 1%;
  display: flex;
  flex-direction: column;
}
.main2 {
  width: 96%;
  margin-bottom: 10px;
  margin-left: 1%;
  padding: 1%;
}
p {
  font-family: "Barriecito", "system-ui";
  font-size: 30px;
  color: #546A71;
}
a {
  font-family: "Barriecito", "system-ui";
  font-size: 30px;
  color: #546A71;
  text-decoration: none;
}
header {
  position: sticky;
  width: 98%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 999;
  top: 0px;
  background: url("Bluegingham.jpg");
  margin: auto;
}
.logo {
  width: 500px;
  margin-top: 5px;
}
.card {
  padding: 10px;
  display: flex;
  width: 30%;
  flex-direction: row;
  transition: all 0.3s ease;
}
.cardin {
  display: flex;
  flex-direction: column;
}
h2 {
  font-family: "Barriecito", "system-ui";
  font-size: 40px;
  color: #546A71;
  margin-left: 10px;
}
.drinkpic {
  height: 30%;
  transition: all 0.3s ease;
}
.drinkpic:hover {
  transform: scale(1.05);
}