* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'FFE';
}

body {
  background-color: #1f242d;
  color: #ffffff;
  padding: 1em 5em;
}

a {
  text-decoration: none;
  color: #ffffff;
}

.home {
  text-align: center;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container {
  text-align: center;
  background-color: #ffffff;
  padding: 50px;
  border-radius: 10px;
}

h1 {
  font-size: 2em;
  margin-bottom: 20px;
}

.footer {
  text-align: center;
}