body {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 15px;
    background-color: #f3effa;
}

.download-section {
    margin-top: 30px;
}

.app-link {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    color: white;
    background-color: #007BFF;
    padding: 10px 20px;
    border: 3px solid black;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    transition: box-shadow 0.3s, background-color 0.3s;
}

.app-link:hover {
    box-shadow: 0 0 0 2px black;
    background-color: #0056b3;
}

#checksumInfo {
    margin-top: 15px;
    font-size: 0.95em;
    color: #555;
}

#terms {
    margin-top: 15px;
    font-size: 0.95em;
    color: #555;
}