body {
  background-color: rgb(110, 190, 230);
}

h1 {
  font-family: "Calibri";
  font-size: 36px;
  font-weight: bold;
}

.loginButton {
  border: 4px solid white;
  border-radius: 8px;
  background-color: rgb(20, 125, 200);
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  cursor: pointer;
}

.infoButton {
  border: 3px solid rgb(20, 125, 200);
  border-radius: 8px;
  background-color: rgb(20, 125, 200);
  color: white;
  padding: 7px 20px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 4px 2px;
  cursor: pointer;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(110, 190, 230);
  background-color: unset;
  color: white;
  text-align: right;
}

.footerLogo {
  padding: 10px 10px;
  height: 100%;
}
