body {
  height: 100%;
  margin: 0;
  background: #2a2e43;
  background: -webkit-gradient(linear, left top, left bottom, from(#2a2e43),to(#454f63));
  background: linear-gradient(to bottom, #2a2e43 0%,#454f63 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2e43', endColorstr='#454f63',GradientType=0 );
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}

#logo {
  font-size: 4em;
  color: #fff;
  margin: 70px auto 0;
  width: 50%;
  text-align: center;
  font-weight: bold;
}

#page {
  width: 50%;
  margin: 70px auto 0;
}

.info {
  background-color: #222531;
  border-radius: 10px;
}

.info .content {
  color: white;
  padding: 10px;
}

.info p {
  font-size: 16px;
}

.info li {
  color: white;
  font-size: 14px;
}

.name {
  font-weight: bold;
  color: #71adfa;
}

.header {
  background-color: #ffffff;
  height: 44px;
  line-height: 44px;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
}

.alert {
  padding: 10px;
  border-radius: 5px;
}

.alert-blue {
  background-color: #4078C0;
}

a {
  color: white;
}

.info {
  margin-top: 20px;
  margin-bottom: 40px;
}

#images {
  display: flex;
  flex-wrap: wrap;
}

#images a {
  width: 50%;
  display: block;
  flex: 1 auto;
}

#images a img {
  width: 100%;
}

.download-items {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: end;
}

.download-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;

  background: #4078C0;
  padding: 10px;
  border-radius: 8px;
  width: 100px;
  height: 100px;
}

.download-item a:hover {
  background: #336aae;
}

.download-item div {
  font-size: 18px;
}
