﻿html
{
    height:100%;
    margin:0px;
}
body
{
    height:100%;
    margin:0px;
}
.main
{
    height:100%;
    background:#ffffff url("../Images/background.jpg") center;
    background-size:cover;
    position:relative;
}
.title
{
    font-family:"Courier New",Courier,monospace;
    font-size:24px;
    color:#ffffff;
    position:absolute;
    top:0px;
    left:16px;
}
.text
{
    font-family:"Courier New",Courier,monospace;
    font-weight:bold;
    font-size:24px;
    color:#ffffff;
    text-align:center;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}