body {
    font-family: "Unkempt", serif;
    background-image: url("content/images/background.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#mainTitle {
    font-size: 45px;
    font-weight: bold;
    color: #f3b244;
    margin-top: 50px;
    background-color: #736143;
    border-radius: 100%;
    height: 70px;
    width: 500px;
}
#mainTitleSeparation{
    margin-top: 10px;
}
.inTheCentre {
    text-align: center;
    margin: 0 auto;
}
#daysLeftVariable {
    font-size: 20px;
    font-weight: bold;
    color: #4ba000;
}
.specialDay {
    font-size: 20px;
    font-weight: bold;
    color: #e51d06;
}
#map {
    height: 450px;
    width: 600px;
    margin: 0 auto;
    display: block;
    border-radius: 5%;
    border: 3px solid black;
}
#whenNoMap {
    font-size: 30px;
    font-weight: bold;
    color: #97e506;
    -webkit-text-stroke: #e51d06;
    -webkit-text-stroke-width: 0.5px;
    vertical-align: middle;
}
#soundButton {
    background-color: rgb(141, 67, 67);
    background-image: url("content/images/soundButtonIcon.png");
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center;
    position: fixed;
    border-radius: 20%;
    z-index: 998;
    cursor: pointer;
}
#noSoundButton {
    background-color: rgb(141, 67, 67);
    background-image: url("content/images/noSoundButtonIcon.png");
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center;
    position: fixed;
    border-radius: 20%;
    z-index: 998;
    top: 100px;
    cursor: pointer;
}
footer {
    bottom: 0;
    width: 100%;
    background-color: #f3b244;
    text-align: center;
    padding: 10px;
    font-size: 10px;
    color: #070d1e;
}
#footerAverjor {
    font-size: 20px;
    font-weight: bold;
    color: #203671;
}
#footerComputer {
    font-size: 15px;
}