.center {
    display:flex;
    justify-content: center;
    align-items:center;
}

.error-page{
    max-width: 650px;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    color: #2e2e2e;
    font-weight: 700;
    line-height: 45px;
}

p{
    font-size: 1rem;
    letter-spacing: 24;
}

html {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}