.error-page {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100vh;
    text-align: center;
    padding: 0px 10px;
}
.error-page .message {
    margin: 20px 0 40px 0;
}
.error-page .icon img {
    width: 100%;
    max-width: 500px;
}
.error-page .actions .btn {
    width: 100px;
    text-align: center;
    border: 1px solid #337ab7;
    border-radius: 40px;
}
.error-page .actions a:hover {
    background: #337ab7;
    color: #fff;
}