h1 { text-align: center; }

hr { color: #eec; }

a:link { color: #b00; text-decoration: none }
a:hover { color: #b00; text-decoration: underline }
a:active { color: #bb0; text-decoration: none }
a:visited { color: #800; text-decoration: none }

.nope { display: none; }

body {
    background: #bbf;
}

main {
    background: #ffe;
    border: 1px solid #77f;
    border-radius: .5em;
    max-width: 50em;
    margin: auto;
    padding: 0em 1em;
}

.tile {
    display: flex;
    background: #fff;
    border: 1px solid #997;
    border-radius: .5em;
    padding: .5em;
    max-width: 40em;
    margin: 1em auto 1em 1em;
}

.tile-icon {
    width: 3em;
    height: 3em;
}

.tile-right {
    margin-left: 1em;
}

.tile-title {
    font-size: 150%;
}
