@charset "utf-8";

/**
 * @copyright     Copyright(C) 2016 otela Enterprise Systems
 * @description   CSS for Matching
 * @author        Markus Bröker<markus.broeker@otela.net>
 */

@import 'header.css';

body {
    background-color: #ccc;
}

.main {
    width: 100%;
    height: 100%;

    text-align: center;
    font-size: 1.5em;
}

.wrapper {
    margin-top: 10%;

    color: #fff;
    background-color: #2F96B4;

    margin-left: auto;
    margin-right: auto;

    width: 50%;
    text-align: center;

    padding: 10%;
}

@media screen and (max-height: 800px) {
    .wrapper {
        margin-top: 6%;
    }
}
