body{
    text-align: center;
    font-size: larger;
    background-color: white;
    font-family: "Comic Sans MS", "Comic Sans";
    font-weight: bold;
    color: rgb(0,255,0);
    background: #8A1756;
    background: linear-gradient(180deg,rgb(161, 117, 34) 0%, rgba(173, 109, 35, 1) 50%, rgba(145, 79, 35, 1) 100%);
    text-decoration: none;
}
a{
    color:rgb(255, 136, 0);
}
a:hover{
    color:rgb(184, 27, 61);
}
.hroch{
    background-color: rgb(248,248,248);
}
.text-center{
    width: 50%;
    margin:auto; 

}
.header-og{
    margin-bottom: 30px;
    background-image: url("header.png");
    background-color: rgb(0, 0, 0);
    padding: 175px 0 10px 0;
    background-repeat: repeat;
    text-align: center;
}
.header-autumn{
    margin-bottom: 30px;
    background-image: url("headerautumn.png");
    background-color: rgb(0, 0, 0);
    padding: 175px 0 75px 0;
    background-repeat: repeat;
    text-align: center;
}
footer{
    margin-bottom: 0px;
    margin-top: 0%;
    background-color: rgb(0, 0, 0);
    background-image: url("footer.png");
    background-repeat: repeat;
    padding: 10px 0 120px 0;
    color: white;
    text-align: center;
}
header a {
    color: white;
    text-decoration: none;
    display: block;
}
header a:hover {
    color: white;
}
.btn a{
    color: white !important;
    text-decoration: none;
}
.tlacitko a{
    color: white !important;
    text-decoration: none;
}
a{
    text-decoration: none;
}
