* {
  box-sizing: border-box;
}

html, body {
  background-color: black;
  font-family: 'Roboto', sans-serif;
  height: 100%;
  width: 100%;
  margin: 0;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  color: white;
  padding: 0.5rem;
}

h1 {
  color: white;
  font-size: 48px;
}

p {
  color: white;
  font-size: 22px;
}

a {
  margin: 0.5rem;
}

.link_wrapper {
  margin-top: 0.5rem;
}

img.getapp {
  width: 80%;
  max-width: 300px;
  border: 0px solid #fff;
}