html, body{
    background-color: rgba(202, 202, 202);
    font-family: Arial, sans-serif;
	/*overflow-y: hidden;*/
}
#cennik {
	min-height: 1000px;
    color: black;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Full viewport height */
    text-align: center;
}
.container {
   display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;    /* Full viewport height */
    text-align: center;
    flex-direction: column; /* Stack items vertically */
}

.kafelek {
    width: 250px; 
    height:265px ;
    border-radius: 30px;
    margin: 15px;
    float: left;
    background-color: #FFF;
}
.kafelek a{
    text-decoration: none;
    color: black;
}
.kafelek-title {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: center;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
#PlusN{
    background-color: green;
    border-bottom: 1px solid green;
}
#SuperN{
    background-color: blue;
    border-bottom: 1px solid blue;
}
#Mega{
    background-color: rgb(119, 63, 119);
    border-bottom: 1px solid rgb(119, 63, 119);
    color: white;
}
.kafelek-contact{
    
    background-color: #EC9006;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: center;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid orange;
}
.kafelek-contact:hover{
    cursor: pointer;
}
.kafelek-text {
    height: 162px;
    text-align: center;
    font-size: 20px;
    padding: 20px;
}