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

body,
button,
pre {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.logoContainer {
  padding-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logoImg {
  width: 170px;
}

.instructionsContainer {
  margin: 30px 0;
  padding: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e4652f;
}

.instructionElement {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.borderToSides {
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}

.instructionImg {
  width: 55px;
  height: 70px;
}

.instructionText {
  width: 105px;
  margin-top: 10px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

.downloadContainer {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}

.appLink {
  width: 210px;
  height: 35px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../assets/btn_get_it_on.svg");
  text-decoration: none;
  outline: none;
}

.bold-letter {
  font-weight: bold;
}

.apkDownloadContainer {
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}