/* Hand-translated from resource-src/kevinlife/kevinlife.sass. */

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; padding: 0; }

body.kevin-life {
    background-image: url('/archive/kevin.life/life-2.jpg');
    background-size: auto 100%;
    background-position: 0 0;
    background-repeat: repeat;
    overflow: hidden;
    color: #fff;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.kevin-life h1 {
    font-family: "Pacifico", cursive;
    font-size: 96px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    line-height: 1.1;
}

@media (max-width: 720px) {
    body.kevin-life h1 { font-size: 56px; }
}
