
body {
    background-color: #909090;
    text-align: center;
}

header {
    background-color: #303030;
    color: #840000;
    text-align: center;
    font-size: 5.6vw;
    height: 23vh; /*50px, 250px*/
}

h3 {
    color: #640000;
    height: 0vh;
}

#infoText {
    height: 0vh;
    font-size: 10.9vw;
}

#cookiesCounter {
    font-size: 20vh;
    height: 9vh;
}

.shopText {
    color: rgb(214, 91, 91);
}

.btn {
    background-color: rgb(133, 60, 1);
    color: rgb(75, 34, 0);
    font-size: 14vw;
}

.btn:hover {
    background-color: rgb(111, 52, 0);
    color: rgb(155, 100, 0);
}

.buyBtn {
    background-color: rgb(133, 60, 1);
    color: rgb(75, 34, 0);
    font-size: 7vw;
}

.buyBtn:hover {
    background-color: rgb(111, 52, 0);
    color: rgb(155, 100, 0);
}

table {
    font-size: 6vw;
}

footer {
    color: #9f9f9f;
    background-color: #313131;
    text-align: center;
    font-size: 9vw;
}

a {
    color: rgb(29, 26, 70);
    text-decoration: none;
    font-size: 13vw;
}

a:hover {
    color: red;
}
