* {
  color: #000;
  font-family: Arial;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  background-image: url('bg2.png');
  margin: 0px auto;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

#logo {
  margin: 0px;
  margin-top: 0.5rem;
  margin-left: 3rem;
  align-self: baseline;
  min-width: 5rem;
  max-width: 12rem;
  min-height: 3rem;
  max-height: 8rem;
}

#title1 {
  max-width: 100%;
  min-width: 40%;
  color: #0064a9;
  margin-left: 3rem;
  text-align: left;
  font-size: 1.2rem;
  background-color: transparent;
  margin-top: auto;
  margin-bottom: auto;
}

#menuContainer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 1rem;
  margin-bottom:2rem;
  justify-content: center safe;
  align-items: center;
  text-align: center;
  width: clamp(40vw, 60rem, 94vw);
  background-color: white;
  border: solid 0.1rem #0064a9;
  border-radius: 1vw;
}

.text1 {
  white-space: pre-line;
  color: #0064a9;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.4rem;
  background-color: transparent;
}

.textNoW {
 white-space: nowrap;
}

.leftText {
  text-align: left;
}

.menuItem {
  padding: 0.5rem;
  margin: 0px;
  display: flex;
  justify-content: space-around;
}
