body{
    background-color: #E7E5E0;
}

a,a:visited,a:hover{
    font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    color: #f4b970;
    text-decoration: none;
    text-underline: none;
    -webkit-text-fill-color: #f4b970; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
}

#logo {
    width: 100%;
    height: 100%;
    background-image: url("artecore.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

#sklep {
    position: absolute;
    width: 100%;
    top: 70%;
    line-height: 0;
    text-align: center;
    font-size: xx-large;
}