html, body {
    font-family: "Raleway", sans-serif;
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title a {
    color: #008081;
    text-decoration: none;
}
.title a svg {
    display: block;
    margin: 0 auto;
    width: 100px;
}
.title p {
    margin-top: 0;
}
.error .title {
    font-size: 1rem;
}
.error .title a svg{
    width: 50px;
}