body{
    text-align: center;
    font-size: larger;
    background-color: white;
    font-family: "Comic Sans MS", "Comic Sans";
    font-weight: bold;
    color: rgb(74, 249, 255);
    background: #8A1756;
    background: linear-gradient(180deg,rgba(138, 23, 86, 1) 0%, rgba(140, 39, 81, 1) 50%, rgba(163, 54, 87, 1) 100%);
    text-decoration: none;
}
a{
    color:rgb(223, 141, 248);
}
a:hover{
    color:rgb(184, 27, 61);
}
.hroch{
    background-color: rgb(248,248,248);
}
.text-center{
    width: 50%;
    margin:auto; 

}
header{
    margin-bottom: 30px;
    background-image: url("header.png");
    background-color: rgb(92, 0, 92);
    padding: 175px 0 10px 0;
    background-repeat: no-repeat;
    text-align: center;
}
footer{
    margin-bottom: 0px;
    margin-top: 0%;
    background-color: rgb(95, 0, 95);
    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;
}
