a {
    color: magenta;
}

body {
    margin: 0px 20px 0 20px;
    background-color: #fbfbfb;
}

.cartoon {
    border-radius: 20px;
    display: block;
    margin: 4rem auto 4em auto;
    max-width: 500px;
    width: 100%;
}

.foot {
    color: grey;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 12px;
    margin-bottom: 1em;
    margin-top: 8em;
    text-align: center;
}

h1 {
    color: #222222;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
}

h2  {
    align-items: center;
    color: #222222;
    display: flex;
    justify-content: center;
    margin: 2rem auto 2rem auto;
    max-width: 480px;
}

.hi-container {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
    margin: 100px auto 2rem auto;
    max-width: 480px;
}

p {
    color: #222222;
    font-family: monospace;
    font-size: 18px;
    line-height: 2;
    margin: 0 auto 2em auto;
    max-width: 480px;
    width: 100%;
}

.sports-comic {
    margin: 2em auto 1em auto;
    max-width: 480px;
    width: 100%;
}

.ts {
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    width: 60px;
}