body {
  margin: 0px;
  height: 100%;
  background: #f2f2f2;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.downloadOptionsContainer {
  display: flex;
  flex-direction: column;
  background-color: #F2F2F2;
  height: 60%;
}

.downloadTitle {
  font-size: 45px;
  color: #464646;
  align-self: center;
  margin: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.downloadHelper{
  font-size: 45px;
  color: #464646;
  align-self: center;
  margin: 20px;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.downloadDivider {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.downloadOptions {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 60%;
  margin: 20px;
}

.logoWrapper {
  width: 33.33%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.logoContainer {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70%;
}

.imageContainer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
}

.image {
  max-width: 100%;
  max-height: 80%;
  object-fit: contain;
}

.nameContainer {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 20%;
}

.option {
  width: 33.33%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 24px;
  color: #464646;
  justify-self: center;
  font-weight: 700;
  cursor: pointer;
}


.instructionsContainer {
  display: flex;
  flex-direction: column;
  background-color: #E5E5E5;
  height: 40%;
  color: #605052;
}

.instructionTitle {
  font-size: 24px;
  align-self: center;
  margin: 15px;
  height: 8%;
}

.imagePacksAdvertisementContainer {
  display: flex;
  flex-direction: row;
  height: 90%;
  align-self: center;
  justify-content: space-between;
}

.imageWrapper {
  display: flex;
  flex-direction: column;
  width: 20%;
  margin: 5px;
}

.imagePackAdvertisementImage {
  max-height: 50%;
  max-width: 100%;
  align-self: center;
}

.btnFreeTrial {
  height: 48px;
  width: 220px;
  font-size: 1.2em;
  color: white;
  background: #ff4d4d;
  border: 2px solid #ff4d4d;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-self: center;
  justify-content: center;
}

.downloadInstruction {
  font-size: 1.5em;
  font-weight: 700;
  color: #464646
}

.numberCircle {
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  padding: 8px;
  border: 5px solid #464646;
  margin-right: 15px;
}