html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  background-color: #EBEDEF;
  color: #657884;
  font-family: 'Noto Sans', sans-serif;
}
.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}
.container {
  width: 100%;
  max-width: 35rem;
  margin: auto;
  padding: 2rem;
}
.logo {
  width: 100%;
  max-width: 12rem;
  margin-bottom: 3rem;
}
h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #012939;
}
p {
  line-height: 1.6;
}
a {
  color:#7db00e;
}
a:hover {
  text-decoration: none;
  background-color: #ecf3db;
}