body {
    margin: 0;
}

.content .title {
    align-items: center;
    background: #f9ebde;
    color: #6c4140;
    display: flex;
    font-family: "Courier New", serif;
    font-size: 4rem;
    font-weight: bold;
    height: 100vh;
    justify-content: center;
    width: 100vw;
}

.content .title.error {
    color: #8f0404;
}
