header.baner{
    color:white;
    text-align: center;
    height: 370px;;
}
.mecz{
    color: white;
    text-align: center;
    width: 200px;
    margin: 10px;
    border: 1px solid black;
    border-radius: 10px;
    float: left;
}
.mecz:hover{
    border-color: white;
}
main.glowny{
    background: WhiteSmoke;
    height: 50px;
    clear: both;
}
main.lewy{
    background: whitesmoke;
    width: 70%;
    height: 230px;
    float: left;
}
main.prawy{
    background: whitesmoke;
    width: 30%;
    height: 230px;
    text-align: right;
    float: left;
}
body{
    font-family: Tahoma;
    background: crimson;
}
h2{
    text-align: center;
    letter-spacing: 7px;
    text-transform: capitalize;
}