.err {
    width:100%;
    float: left;
    position: relative;
    align-items: center;

        background-color:#EAEAEA;
}
.error-page {
    text-align: center;
    padding: 122px 0;
    background-color: #ffffff;
    border: 1px solid hsla(0, 0%, 69%, 0.99);
    font-family: 'Roboto', sans-serif; 
    margin: 6px 10%;
}
.msg {
    margin-top: 22px;
    font-size: 18px;
    color: #000000;
    line-height: 1.4;
    letter-spacing: 0px;
}

.error-page:hover{
    -webkit-box-shadow: 0px 0px 74px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 74px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 74px 1px rgba(0,0,0,0.75);
}
.exception{
  padding: 80px 0;  
}
.exception .msg p:nth-of-type(1){
    color: #DF1F2A;font-size: 20px;
}
.exception .msg p:nth-of-type(2){
font-size: 14px;
line-height: 2;
margin-top: 50px;
}

