@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-VariableFont_wght.ttf') format('truetype');
}
body,
html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    /* Light grey background */
}

.center-content {
    text-align: center;
}

.logo {
    max-width: 300px;
    /* Adjust based on your logo's size */
    margin-bottom: 30px;
}

.download-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    /* Space between buttons */
}

.download-button {
    display: inline-block;
    text-decoration: none;
}

.button-image {
    max-height: 60px;
    /* Adjust based on your image size */
    width: auto;
    /* Remove text-decoration and color styles if not needed */
}