﻿.content {
    font-family: Georgia;
    color: white;
    position: absolute;
    left: 0px;
    top: 10%;
    width: 98%;
}

.content .errorTitle {
    font-style: italic;
    font-weight: bold;
    font-size: 100px;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.content .errorMsg {
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    font-style: italic;
}

.content .errorDesc {
    color: lightblue;
    font-family: sans-serif;
}

.content input {
    font-family: Georgia;
    width: 150px;
    font-size: 16px;
    font-weight: bold;
}