body {
  padding: 0;
  margin: 0;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 0;
  margin-bottom: 0;
  border: 0px solid red;
}

.S1 {
  background-color: #b5b5b5;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  border: 0px solid red;
  flex-direction: column;
}
.S1 h1 {
  margin: 30px 20px 0 20px;
  color: white;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 40px;
}
.S1 p {
  color: white;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.render {
  margin: 30px;
  max-width: 70%;
  height: auto;
}/*# sourceMappingURL=style.css.map */