body {
  color: rgb(206, 38, 38);
  font-family: monospace;
  zoom: 1;
  background: linear-gradient(
    to right,
    #5c0e000c,
    #0e1483
  ); /* You can change these colors to your preference */
  color: #020346; /* Set text color to white or a contrasting color */
  font-family: "Arial", sans-serif; /* Choose an appropriate font-family */
  height: 100vh; /* Make the body take up the full viewport height */
}

.menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 16px;
}

.menu a {
  font-size: 45px;
  padding: 5px;
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

#logo {
  font-size: 25px;
  margin-bottom: 100px;
  font-style: bold;
}

.menu a:hover {
  background-color: black;
}

.menuTwo {
  text-transform: uppercase;
}

.menuTwo a {
  padding: 5px;
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

.menuTwo a:hover {
  background-color: black;
}

.contact h1:hover {
  background-color: black;
}

.contact {
  font-size: 25px;
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh; /* Make the body take up the full viewport height */
}

.contact ul h1 {
  text-decoration: none;
  padding: 5px;
  color: #fff;
}
#time {
  font-size: 15px;
  position: absolute;
  right: 50%;
  top: 20px;
  color: #fff;
  font-family: monospace;
}
