*,
body {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  background: url(../img/background.svg);
  background-size: cover;
}

.content {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.logo {
  margin-bottom: 20px;
  width: 80%;
}

.footer {
  position: absolute;
  bottom: 16px;
  font-size: 8px;
}
