
.name{
    font-family: "Tangerine", cursive;
  font-weight: 400;
  font-size: 100px;
  font-style: normal;
  text-align: center;
}

#TopBar {
  background-color: #f2e6ff;
  padding: 20px;
  text-align: center;
  border-bottom: 2px solid #ccc;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #333333;
  display: grid;
}
.date {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-size: 60px;
  font-style: normal;
  text-align: center;
}
.location {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-size: 40px;
  font-style: normal;
  text-align: center;
}   
.menu {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}
.menu a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.menu a:hover {
  color: #007BFF;
}