html,
body {
    background-color: #67103A;
}
.main {
    margin: auto;
    height: 3530px;
    width: 1220px;
    background: url(../src/38_39/bg.png) no-repeat center;
    align-content: center;
    color: white;
    font-weight: bold;
    font-family: sans-serif, arial;
    font-size: 20px;
    text-align: center;
}
.header {
    padding-top: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    text-align: center;
    line-height: 55px;
    color: white;
}
.podnadpis {
    padding-top: 15px;
    color: rgb(255, 128, 0);
    line-height: 2pt;
    letter-spacing: 1.5pt;
    font-weight: normal;
    text-transform: uppercase;
}
.podnadpis h2 {
    font-size: 35px;
    word-spacing: 2pt;
    
    letter-spacing: 2pt;
    font-weight: bold;
    color: white;
}
.kapitola {
    font-family: sans-serif, arial;
    font-size: 20px;
    color: white;    
    font-weight: normal;
}
.text {
    
    color: white;
    font-size: 27px;
    font-family: "Arial", arial, sans-serif;
}
.napis {
    font-weight: bold;
    
    letter-spacing: 1pt;
    word-spacing: 2pt;
    font-size: 34px;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    line-height: 1;
    color: white;
}
.mysl {
    font-weight: normal;
    color: white;
    letter-spacing: 1pt;
    word-spacing: 2pt;
    font-size: 32px;
    
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    line-height: 1;
}
.pdf img {
    position: relative;
    top: -2200px;
    left: 350px;
    width: 150px;
    height: auto;
}
.pdf img:hover {
    filter: invert(1);
}

.pdf2 img {
    position: relative;
    top: -950px;
    left: 350px;
    width: 150px;
    height: auto;
}
.pdf2 img:hover {
    filter: invert(1);
}

.gall img {
    position: relative;
    top: -1540px;
    left: -10px;
    width: 400px;
    height: 300px;
    opacity: 0;
    
}
.gall2 img {
    position: relative;
    top: -490px;
    left: -10px;
    width: 600px;
    height: 700px;
    opacity: 0;
}



