html, body {
 background: #b0b0b0 linear-gradient(to right, hsla(205, 100%, 95%, 1), hsla(205, 100%, 75%, 1), hsla(205, 100%, 95%, 1));
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: #fff;
 font-size: 16px;
 margin: 0;
 padding: 0;
 height: 1px;
}

a {
 color: black;
 text-decoration: none;
}

strong {
 line-height: 2.0;
}

.email {
 position: absolute;
 top: 121px;
 margin-left: 128px;
 font-size: 22pt;
 color: black;
 width: 320px;
}

.tel {
 position: absolute;
 top: 179px;
 margin-left: 110px;
 font-size: 32pt;
 color: black;
}

.orzel {
 width: 1110px;
 margin: 10px auto 0;
}

.copyrights {
 text-align: center;
 font-size: 12px;
}

@media only screen and (max-width: 1110px) {
html, body {
 font-size: 11px;
}
.orzel {
 width: 100%;
}
.orzel img {
 width: 100%;
}
}