html,
body {
    min-width: 450px;
    min-height: 570px;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #5e5e5e;
    letter-spacing: 1px;
}
.connent {
    width: auto;
    position: relative;
    z-index: 2;
}
.error {
    position: fixed;
    font-size: 220px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 705px) {
    .error {
        font-size: 160px;
    }
}
*,
::after,
::before {
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
