* {
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
    color: #999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
}

h1 {
    font-weight: 200;
    font-size: 27pt;
    color: rgba(108, 105, 105, 0.6);
}

h1 strong {
    color: #7069dc;
}


p {
    font-weight: 300;
    font-size: 1.224em;
}

.container {
    position: absolute;
    top: 25%;
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 0;
}

img {
    max-width: 240px;
    width: 100%;
}