* {
    box-sizing: border-box;
}

body {
    font: 1em/1.3 sans-serif;
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title {
    text-align: center;
    margin: 2rem 0;
    padding: .5rem 0 .25rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    color: #ccc;
    line-height: 1;
    font-size: 1.5rem;
}