@import url(https://fonts.googleapis.com/css?family=Marcellus+SC);

.table {
  width: 100%;
  max-width: 100%;
}

.bialy-kolor {
    color: #ffffff;
}

.czerwony-kolor {
    color: #f6042a;
}

.niebieski-kolor {
    color: #0da0ff;
}

.szary-kolor {
    color: #575757;
}

.telefon-szary {
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    font-weight: 400;
    color: #575757;
    margin: 0px auto;
    padding-top: 10px;
}

.telefon-szary a:hover {
    text-decoration: none;
}