﻿/*
    NotFound
*/
body {
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    color: black;
    font-size: 46px;
    font-weight: normal;
}

.message {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 10%;
    text-align: center;
    vertical-align: central;
}
