body {
    background-color: #1e1e1e;
}

#dinosaur {
    background-color: #266d04;
    background-image: url("index/jurassic.png");
    background-position: center;
    background-blend-mode: screen;
    font-size: calc(3vw + 20px);
}

#dinosaur:active {
    background-color: #75b656;
}

#timer {
    background-color: #064a1d;
    background-image: linear-gradient(to right, #17c752, #7ebb93, #17c752);
    background-blend-mode: screen;
    font-size: calc(3vw + 20px);
}

#timer:active {
    background-color: #61b87f;
}

.buttonwrapper {
    padding: 2vw;
    padding-bottom: 0%;
    padding-top: 50px;
}

.btn {
    border: none;
    border-radius: 15px;
    color: white !important;
    width: 100% !important;
    padding: 40px;
}