html,
body {
  margin: 0;
}

#logo {
  max-width: 70%;
  max-height: 20vh;
  margin-top: 40px;
  padding: 40px;
}

.linkContainer {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #1d2258;
}

#redirectLink {
  width: 600px;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #5961ad;
  border-radius: 20px;
  text-decoration: none;
  color: #dcdef5;
  font-size: 3.5rem;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 25px;
  margin-top: 20vh;
  box-shadow: 2px 2px 2px #0005;
}

#dowloadlinks {
  color: #c6c9e9;
  font-size: 2.5rem;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.image-apps {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-apps a img {
  max-width: 500px;
}
