body {
  background-image: url("./assets/background.webp");
}

.menu {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  margin: 20px auto;
  
}

.menu a {
  color: white;
  text-decoration: none;
  font-weight: 700;
}

.menu a:hover {
  
  text-decoration: underline;
  font-weight: 800;
}

#container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  margin-top: 30px;
}

#content {
  color: white;
  font-weight: bolder;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

#image-container {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
