html {
  background-color: #eeeeee;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Rajdhani', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #fff;
  font-size: 100%;
  background-color: #eeee;
  display: flex;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}


.container {
  width: 100%;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;

}

.content {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 60px 60px 60px;
  box-sizing: border-box;
  box-shadow: 1px 2px 10px #141f3822;
  width: 500px;
  max-width: 98vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

h1 {
  font-family: "Rajdhani";
  font-size: 250%;
  color: #141f38;
}
.content_text {
  font-size: 125%;
  color: #8599ae;
}
