body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: #232323;
  color: #d6d6d6;
}
.container {
  padding: 20px;
  max-width: 650px;
}
h1 {
  color: #ffffff;
}

ul{
  padding: 0;
  list-style-position: inside;
}

.coming-soon {
  font-size: 1.2em;
  color: #ff6600;
  text-align: center;
  padding-top: 30px;
}

.eu{
  padding: 1px 5px;
  color: #ffffff;
  background-color: #ff6600;
  font-size: 1rem;
  border-radius: 6px;
}

.contact{
  text-align: center;
}

a{
  text-decoration: none;
  color: #bdbdbd;
}

a:hover{
  text-decoration: underline;
}