

body {
    background-color: #edece9;
    font-family: 'Helvetica Neue', sans-serif;
    color: #585855;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}

header {
    background-color: #edece9;
    padding-top: 50px;
    padding-bottom: 0px;
    text-align: center;
    color: #edece9;
}
.logo {
    height: 60px;
    margin-bottom: 1px;
}
main {
    padding: 0px;
    text-align: center;
}
.download-button {
    background-color: #87867a;
    color: #ffff;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    border: 2px solid #585855;
    transition: background-color 0.3s ease;
}
.download-button:hover {
    background-color: #87867a;
    color: #edece9;
}
footer {
    background-color: #edece9;
    color: #edece9;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
