body{
    margin: 0;
}
.error404 table{
    display: none;
}
.error404{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: Arial;
    color: #d20032;
    letter-spacing: 0;
    text-align: center;
    box-sizing: border-box;
    background-image: url(/images/svg/404.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 40%;
}
.main{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.error404 h1{
    font-size: 150px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}
.error404 h2{
    font-size:24px;
    line-height:42px;
}
.error404 button {
    align-self: center;
    font-size: 12px;
    color: #d20032;
    letter-spacing: 1.71px;
    line-height: 40px;
    min-width: 250px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    background: none;
    border: 1px double #d20032;
    cursor: pointer;
}
.error404 .footer {
    max-width: 100vw;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}
.error404 img.img{
    max-width: 100%;
    padding: 0 90px;
    box-sizing: border-box;
}
@media (max-width: 750px){
    .error404 img.img{
        padding: 0;
    }
}
.error404 .info {
    width: 100%;
    font-size:15px;
    line-height:19px;
}
.error404 .contact{
    display: flex;
    justify-content: center;
    font-weight: 700;
}
.error404 .contact a{
    display: flex;
}
.error404 .contact a:last-of-type{
    margin-left: 40px;
}
.error404 .contact img{
    margin-right: 7px;
}
.error404 a,
.error404 a:hover,
.error404 a:active,
.error404 a:link
.error404 a:visited {
    text-decoration: none;
    color: inherit;
}
.error404 table{
    display: none;
}