html {
    font-family: 'Oswald', open-sans, sans-serif;
    /* background-color: #FEF4FF; */
    /* background-color: #C4FFF4; */
    background: radial-gradient(#C4FFF4, #ACFAEB);
    color: #919191;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    -o-user-select: none;
    user-select: none;
}

body {
    padding: 40px 50px;
    margin: 0 !important;
}

h1 {
    color: #000;
    font-size: 4em;
    text-align: center;
    letter-spacing: -0.02em;
    margin: 5px 0;
}

h2 {
    font-size: 3em;
}

#content {
    /* margin-top: 100px; */
    font-weight: bolder;
    text-align: center;
}

#content p {
    color: #965FFF;
    font-size: 20px;
    font-weight: 400;
}

.info {
    width: 700px;
    margin: auto;
}

.info p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    font-size: 18px;
}

.circle {
    width: 89%;
    position: absolute;
    z-index: -1;
}

#bpm {
    font-size: 20em;
    color: #000;
    margin-top: 65px;
    font-weight: 500;
}

#bpm-text {
    margin-top: -50px;
    font-size: 6em;
    font-weight: 500;
    color: #000;
}

#counter {
    font-size: 10em;
    color: #000;
    margin-top: 65px;
    font-weight: 500;
}

#counter-text {
    margin-top: -30px;
    font-size: 3em;
    font-weight: 500;
    color: #000;
}


.info {
    clear: both;
    margin-top: 200px;
    /* color: #999; */
    color: #965FFF;

}

.addAnimation {
    /* width: 100%;
  height: 100%; */
    animation: bgAnimate 0.25s;
}

@keyframes bgAnimate {
    0% {
        background-color: #965FFF;
    }

    100% {
        background-color: #C4FFF4;
    }
}


@media (max-width: 575.98px) {}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    h1 {
        margin: 15px 0 15px 0;
        font-size: 3em;
        font-weight: 500;
    }

    h2 {
        font-size: 2em;
    }

    .info {
        width: auto;
        margin: auto;
        margin-top: 140px;
    }

    #bpm {
        font-size: 12em;
        color: #000;
        margin-top: -18px;
        font-weight: 500;
    }

    body {
        padding: 20px;
    }

    #content {
        margin-top: 10px;
        font-weight: bolder;
        text-align: center;
    }

    #bpm-text {
        font-size: 4em;
        margin-top: 0px;

    }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}