html {
  height: 100vh;
  width: 100%;
}

body {
  background: rgba(0, 0, 0, 0)
    linear-gradient(235deg, rgb(17, 49, 146) 0%, rgb(8, 23, 69)) repeat scroll
    100% center;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}

h1 {
  margin-top: 10px;
  font-size: 5rem;
  font-weight: 700;
  color: white;
  letter-spacing: -2px;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  width: 100%;
}

.logo {
}
