body {
  background-image: linear-gradient(to bottom right, rgba(245, 255, 250, 0.8), rgba(255, 255, 255, 0.8));
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 14px;
  color: #000;
  font-stretch: expanded;
}


.totalcenter {
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: flex;
}

header {
  width: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: inline;
}

header>h1 {
  font-size: 22px;
  font-weight: 600;
  font-family: sans-serif;
  color: #101010;
  align-self: center;

}

.logo {
  width: 300px;
  height: 120px;
  float: left;
  font-family: monospace;
  font-size: 40px;
  font-weight: 600;
  margin: 5px;
  padding: 5px;
}

main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: flex;
  flex-flow: column;
}

main>h1 {
  color: rgba(30, 144, 255, 0.8);
  font-size: 22px;
  font-weight: 600;
  font-family: sans-serif;
  align-self: center;

}