body {

    background-color: #2d2d2d !important;
    height: 100%;
    height: 100vh; 
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #414141;
}

.errorHolder {
    position: relative;
    background: #fd6120;
    padding: 30px;
    border-radius: 30px;
}

td {
    vertical-align: middle;
}

table {
    margin: 0 auto;
}

.logo {

    width: 200px;
    margin-bottom: 20px;
}

.bigText {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 25px;
}

.mediumText {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}

.btnHomePage a{
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px 10px;
    border: 3px solid;
    transition: background 600ms ease, color 800ms ease;
    letter-spacing: .01em;
    color: #ffffff;
    border-color: #ffffff;

}
.btnHomePage a:hover{
    
    color: #fd6120;
    background: #fff;
}

.smallText ul li {
    list-style: disc;
    margin: 0 0 0 15px;
}

.textHolder {
    color: #FFF;
}

.smallText {
    margin-bottom: 20px;
}