h1 {
    text-align: center;
}

p {
    text-align: center;
}

.specs {
    font-size: 12px;
    color: gray;
}

.version {
    font-size: 12px;
    color: #777;
    font-weight: bold;
}

.downloads {
    display: flex;
    flex-wrap: wrap;
    align-items: flex;
    flex-direction: row;
    max-height: 100vh;
    justify-content: center;
}

.downloads .download {
    margin: 10px;
    background-color: #DDDDDD;
    padding: 16px;
    text-align: center;
    width: 180px;
    /* min-width: 180px; */
}

.download img {
    text-decoration: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tooltip_templates {
    display: none;
}

.tooltip_contents {
    text-align: left;
}

#footer {
    margin-top: 20px;
}
