* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  border: 0;
}

body {
  background: #8fa63c;
}

a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

img {
  display: block;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo {
  margin-top: 64px;
  width: 164px;
}

.app {
  position: relative;
  margin-bottom: -40px;
}

.store-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  width: 180px;
  height: 48px;
  background: #000;
  border: 1px solid #a6a6a6;
  border-radius: 8px;
}
