@font-face {
  font-family: 'Arial Rounded MT Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Arial Rounded MT Bold'), url('/fonts/clc/ARLRDBD_0.woff') format('woff');
}

html {
  height: 100%;
  font-family: 'Arial Rounded MT Bold', sans-serif;
}

body {
  text-align: center;
  height: 100%;
  margin: 0;
}

.bg-box {
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}

.logo {
  padding-bottom: 0px;
}

.logo img {
  max-width: 100%;
  height: auto;
}

.logo p {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

.button {
  text-align: center;
  margin: 0 auto;
  display: block;
  height: 54px;
  width: 280px;
  box-sizing: border-box;
  border-radius: 30px;
  margin-bottom: 20px;
  transition: background-color 1s;

  font-size: 24px;
  font-weight: 500;
  padding-top: 9px;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.button.app {
  background-color: #12b721;
  border: 3px solid #18992a;
}

.button.download {
  background-color: #584274;
  border: 3px solid #403351;
}

.button.app:hover,
.button.app:active,
.button.app:focus {
  background-color: #18992a;
}

.button.download:hover,
.button.download:active,
.button.download:focus {
  background-color: #403351;
}

.controls #download-links-mobile p {
  width: 60%;
  display: block;
  margin: 0 auto;
  padding: 0;
}

.rules {
  color: rgba(133, 133, 133, 1);
  font-size: 16px;
  letter-spacing: 0.6px;
  padding: 30px 20px 0 20px;
}

@media screen and (device-aspect-ratio: 40/71) {
  .logo {
    padding-bottom: 0;
  }

  .logo img {
    max-width: 80%;
  }
}
