html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    color: rgba(255,255,255,0.8);
    display: table;
    font-weight: 100;
    font-family: 'Lato';
    background: #000;
}

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

.content {
    text-align: center;
    display: inline-block;
}

.title {
    font-family: arial;
    font-size: 72px;
    margin-bottom: 30px;
}
.error-img {
    width: 100%;
    height: auto;
}
.body-content {
    font-size: 25px;
}
.clear_20{
    clear: both;
    height: 20px;
}
.clear_30{
    clear: both;
    height: 30px;
}
.errcode{
    border: solid 2px rgba(255,255,255,0.5);
    border-radius: 20px;
    font-weight: bold;
    font-family: arial;
    font-size: 60px;
    padding: 10px
}
a {
    color: #fca13a;
    font-weight: bold;
    text-decoration:none;
}
a:hover{
    text-decoration: underline;
}