/* Ustawienia */
*{box-sizing: border-box}

/* Czcionki */
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');


/* Style */
.strona {
    background-color: rgb(44, 44, 44);
    color: white;
    margin: 0;
}
 .pasek {
    background-color: rgb(14, 13, 13);
    box-shadow: rgba(0, 0, 0, 0.363) 0 0 15px;
    text-align: center;
    font-size: 72px;
    height: 70px;
    width: 100%;
 }

 .logo {
height: 70px;
 }

 .info {
   font-family: 'Inter', sans-serif;
    margin-top: 30px;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    height: 150px;
    width: 300px;
    background-color: rgb(14, 13, 13);
    box-shadow: rgba(0, 0, 0, 0.363) 0 0 15px;
 }

 .info2 {
   font-family: 'Inter', sans-serif;
    margin-top: 30px;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    height: 350px;
    width: 300px;
    background-color: rgb(14, 13, 13);
    box-shadow: rgba(0, 0, 0, 0.363) 0 0 15px;
 }

 .fb {
    height: 260px;
    padding-top: 5px;
 }

 .napis {
    text-align: center;
    text-shadow: black 0 0 15px;
 }

