p, h1, h2, h3, h4, h5 {
    margin: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    background: #f3f3f3;
}
.error-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.error-wrapper .title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}
.error-wrapper .info {
    font-size: 14px;
}