body {
    background-color: #007b85;
    font-family: 'Rubrik', sans-serif;
    color: #ffffff;
    vertical-align: center;
    text-align: center;
}

.main {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: table;
    position: absolute;
    height: 95%;
    width: 95%;
}

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

.content {
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    width: 600px;
}

.logo {
    display: block;
    position: absolute;
    width: 100px;
    float: right;
    margin-top: 50px
}

.logo img {
    height: 125px;
}

@media screen and (max-width: 640px) {
    .content {
        width: auto;
    }

}

@media screen and (min-width: 320px) {
    .logo {
        bottom: 15px;
        right: 20px;
    }
}

@media screen and (max-width: 320px) {
    .logo {
        bottom: 5px;
        right: 5px;
    }

    .logo a img {
        max-height: 50px;
    }
}

.block {
    padding-bottom: 30px;
}

h1 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

p {
    font-size: 22px;
    font-weight: 100;
    text-align: center;
}

@font-face {
    font-family: 'Rubrik';
    font-style: normal;
    font-weight: 400;
    src: local('Rubrik'), local('Rubrik'), url(../font/Rubrik-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Rubrik';
    font-style: normal;
    font-weight: 700;
    src: local('Rubrik), local('Rubrik'), url(../font/Rubrik-SemiBold.otf) format('opentype');
}
