/*test*/

.main {
  text-align: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}

.logo img {
  width: 100%;
}

.code {
  font-size: 50px;
  margin: 0;
}

.title {
  font-size: 30px;
}

.description {
  font-size: 18px;
  color: grey;
}

a {
  text-decoration: none;
  color: #75d2d8;
}

.download {
  padding: 20px;
}

.chrome-download-btn {
  background: #0370ea;
  background: -moz-linear-gradient(top,#008dfd 0,#0370ea 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#008dfd),color-stop(100%,#0370ea));
  background: -webkit-linear-gradient(top,#008dfd 0,#0370ea 100%);
  background: -o-linear-gradient(top,#008dfd 0,#0370ea 100%);
  background: -ms-linear-gradient(top,#008dfd 0,#0370ea 100%);
  background: linear-gradient(top,#008dfd 0,#0370ea 100%);
  border: 1px solid #076bd2;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 1px 1px 1px #076bd2;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
}

.firefox-download-btn {
  background: #16da00;
  background: -moz-linear-gradient(top,#16da00 0,#16da00 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#16da00),color-stop(100%,#16da00));
  background: -webkit-linear-gradient(top,#16da00 0,#16da00 100%);
  background: -o-linear-gradient(top,#16da00 0,#16da00 100%);
  background: -ms-linear-gradient(top,#16da00 0,#16da00 100%);
  background: linear-gradient(top,#16da00 0,#16da00 100%);
  border: 1px solid #16da00;
  -moz-border-radius: 3px;
  border-radius: 100px;
  color: #fff !important;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 1px 1px 1px #16da00;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
}
