

@media only screen and (max-width: 600px) {
    .logo {
        width: 50%;
        max-width: 300px;
        margin-right: -10%;
    }
}

@media only screen and (min-width: 600px) {
    .logo {
        width: 50%;
        max-width: 300px;
        margin-right: -70px;
    }
}

.heading {
    font-size: xx-large;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
}

.note {
    font-family: 'Gotham', sans-serif;
    max-width: 500px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    color: #212121;
}

#counter {
    font-size: xx-large;
    margin-top: 7px;
}

#counter-value {
    display: block;
}

a {
    color: black;
}

.copyright {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    font-size: small;
    margin: 0 auto;
    text-align: center;
}
.container {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.background-page {
    background-color: #ebb6d9;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    line-height: 20px;
}

.hide {
    display: none;
}

body {
    margin: 0;
}

#download-button {
    line-height: 40px;
    padding: 0 15px 0 15px;
    background-color: orange;
    border-radius: 1000px;
    height: 30px;
    font-family: 'Gotham', sans-serif;
    text-align: center;
    vertical-align: center;
    font-weight: 500;   
    border-style: solid;
    border-color: black;
}