
a {
  color: #aaa;
  text-decoration: none;
}
a:hover {
  color: #4caf50;
}

body {
    font-family: sans-serif;
    max-width: 80vw;
    margin: auto;
    padding: 2em;
    background: #0f1613;
    color: #fff;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
h2 {
  text-align: center;
  margin: 10px auto;
}

hr {
    border: 1px solid #333;
    margin-bottom:20px;
    width: 100%;
}

p {
    text-align: center;
    margin-bottom: 0;
}

.download-buttons {
    display:flex;
    width: 25vw;
    max-width: 150px;;
    height:auto;
    justify-self: center;
}

.download-buttons-div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.footer {
    width: 70%;
}

.grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10vw;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .grid {
        display: block;
        gap: 0;
    }
    .download-buttons-div {
        margin-bottom: 10px;
    }
    .download-buttons {
        width: 28vw;
        max-width: 200px;
    }
    .thumbnail {
        width: 40vw;
        margin: auto;
    }
}


.logo {
    display:flex;
    width: 20vw;
    max-width:100px;
    height:auto;
    justify-self: center;
    border-radius: 20px;
    border: 1px solid #333;
}
.thumbnail {
    display: flex;
    width: 40vw;
    max-width: 200px;
    height: auto;
    border-radius: 20px;
    border: 1px solid #333;
}