html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: 'Dosis', sans-serif;
}

body {
    background: #003366;
    font-family: 'Dosis', sans-serif;
}

table {
    width: 100%;
    height: 100%;
}

table tr td {
    vertical-align: middle;
    text-align: center;
    color: #7cbdff;
}

span.domain-name {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

div.milkmaid {
    position: absolute;
    left: 50%;
    margin-left: -69px;
    bottom: -47px;
    width: 138px;
    height: 109px;
}