html {
  background-color: #ddd;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo {

}

.logo img {
  width: 50vw;
}

.content {
  font-family: "Roboto", sans-serif;
  width: 45vw;
  min-width: 45vw;
  max-width: 45vw;
}

.content h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 5vw;
}
