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

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

h3 {
    color: #640000;
    height: 10px;
}

#infoText {
    height: 0px;
    font-size: 70px;
}

#cookiesCounter {
    font-size: 150px;
    height: 50px;
}

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

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

.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: 20px;
}

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

table {
    font-size: 25px;
}

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

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

a:hover {
    color: red;
}
