html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    min-width: 100%;
    box-sizing: border-box;
    height: 100%;
    background-image: url('work001.png');
    background-position: center center;
    background-size: cover;
    font-family: Arial, Verdana, sans-serif;
}


/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-o-min-device-pixel-ratio: 5/4),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 1.25dppx) {
    body {background-image:url('work001.png');}
}


body:after {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(#ededed, #21c2f8);
    opacity: 0.8;
}

main {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    max-width: 510px;
    padding: 25px;
    border-radius: 2px;
    border: 1px solid rgba(164,181,192,1);
    background-color: rgba(255,255,255,0.8);
    flex-direction: column;
    z-index: 1;
    font-size: 14px;
    line-height: 28px;
}

h1 {
    font-size: 18px;
    margin: 0.67em 0;
    text-align: center;
    color: rgba(71,92,106,1);
}
img {margin: auto;}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
    text-decoration: none;
    color: #000;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:focus {
    outline: 1px solid;
    outline-offset: .15em;
}
