.kask{
    border: 2px solid white;
    background-color: black;
    text-align: center;
    color: white;
    border-radius: 25px;
    padding: 10px;
    height: 100px;
    width: 200px;  
}
.roz{
    border: 4px solid black;
    background-color:darkblue;
    text-align: center;
    color: white;
    border-radius: 25px;
    padding: 10px;
    height: 100px;
    width: 600px;  
}
.rozn{
    border: 4px solid black;
    background-color: darkblue;
    text-align: center;
    color: white;
    border-radius: 25px;
    padding: 10px;
    height: 60px;
    width: 300px;  
}
.przykl{
    border: 2px solid black;
    background-color: red;
    text-align: center;
    color: white;
    padding: 10px;
    height: 65px;
    width: 200px;  
}
.przyk{
    border: 2px solid black;
    background-color: yellow;
    text-align: center;
    color: white;
    padding: 10px;
    height: 400px;
    width: 200px; 
}
.przyk2{
    border: 2px solid black;
    background-color: purple;
    text-align: center;
    color: white;
    padding: 10px;
    height: 600px;
    width: 900px; 
}