* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: url(bg.jpg) bottom center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100vw;
    min-height: 100vh;
    color: #fff;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 30px 0;
    text-rendering: optimizeLegibility;
}

a {
    color: #fff;
    text-decoration: none;
}

h2 {
    font-size: 20px;
    margin: 30px 0;
    font-weight: normal;
}

#logo {
    width: 298px;
    height: 52px;
    margin: 0 auto 15px;
    display: block;
}

.btn {
    display: inline-block;
    padding: 8px 16px;
    background: #67b0cd;
    color: #fff;
    font-size: 16px;
}

.btn:hover {
    background: #2f7693;
}
