@import url("https://fonts.googleapis.com/css?family=Cabin:400");

* {
  margin: 0;
  padding: 0;
}

body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F4F6F9;
  font-family: "Cabin", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16pt;
  color: #333;
}

h1.title {
  width: 241px;
  height: 50px;
  display: inline-block;
  margin-bottom: 3rem;
  padding: 1.5rem;
  background-image: url("logotype.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #20A0D0;
  box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.2);
  color: transparent;
  text-align: center;
}

footer {
  font-size: .9rem;
  color: #999;
}
