@import url('https://fonts.googleapis.com/css?family=Lato:300,700');

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    min-height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;

    display: table;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.content {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.content__title {
    color: #ccc;
}

.content__subtitle {
    color: #ccc;
}