center{
    font-size: 25px;
    font-weight: bold;
}

body{
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    background-color: #ffffff;
    color: rgb(129, 99, 59);
}

a{
    color: rgb(129, 99, 59);
}

.header{
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 20px;
    text-align: center;
    height:50px;
    width: 100%;
    background-color: #efefef;
}

.Obsah{
    text-align: center;
    margin-bottom: 25px;
    width: 100%;
    height: 180px;
    background-color: #efefef;
}

.sloupec1{
    text-align: center;
    float: left;
    margin-bottom: 25px;
    padding-top: 10px;
    width: 32%;
    height: 160px;

    background-color: #efefef;
}

.sloupec2{
    text-align: center;
    float: left;
    margin-bottom: 25px;
    padding-top: 10px;
    margin-left: 2%;
    width: 32%;
    height: 160px;
    background-color: #efefef;
}

.sloupec3{
    text-align: center;
    float: left;
    margin-bottom: 25px;
    padding-top: 10px;
    margin-left: 2%;
    width: 32%;
    height: 160px;
    background-color: #efefef;
}

.noha{
    text-align: center;
    float: left;
    margin-bottom: 15px;
    padding-top: 20px;
    width: 100%;
    height: 50px;
    background-color: #efefef;
}