body {
    background-color: #FFF;
    color: #444;
    font-family: sans-serif;
    text-decoration: none;
    text-decoration-line: none;
    max-width: 100%;
}

::selection {
    background: #EF68A5;
}

.shrine {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: justify;
    max-width: 720px;
}

.header {
    border-bottom: 1px solid lightgrey;
    padding: 30px 10px 45px 10px;
}

.content {
    display: inline-block;
    padding: 20px 0 0 0;
    width: 100%;
}

.wing {
    float: left;
    width: auto;
}

.tokeniser {
    padding: 0;
}

.output {
    -webkit-appearance: none;
    background-color: #EF68A5;
    border: 3px solid #EF68A5;
    border-radius: 0.3rem;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 1rem;
    line-height: 2rem;
    padding: 0.5rem 1rem;
    max-width: 90%;
    width: 460px;
}

.btn {
    -webkit-appearance: none;
    background-color: #EF68A5;
    border: 3px solid #EF68A5;
    border-radius: 0.3rem;
    color: #FFF;
    display: inline-block;
    float: left;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2rem;
    padding: 0.5rem 1rem;
    width: auto;
}

.btn:hover {
    background-color: #FFF;
    color: #EF68A5;
}

.copy {
    max-width: 10%;
}

.divider {
    border-top: 1px solid lightgrey;
    width: 50%;
    margin: 45px auto 0 auto;
}

.bullet {
    font-size: 1.5rem;
    font-weight: bold;
}

a {
    color: #EF68A5;
    text-decoration-line: none;
}

a:hover {
    color: #EF68A5;
}

a:active {
    color: #EF68A5;
}

a::selection {
    color: white;
}

h1 {
    font-size: 1.5rem;
    margin: auto;
    padding: 12px 0 0 25px;
}

h2 {
    margin: auto;
    padding: 13px 0 0 0;
}

h3 {
    padding-top: 0;
    font-weight: 500;
}

h4 {
    background-color: white;
    font-size: 1.4rem;
    font-family: monospace;
    font-weight: lighter;
    margin: -32px auto 0px auto;
    text-align: center;
    text-decoration: underline;
    width:10%;
}

img {
    width: auto;
    max-height: 50px;
}

.copied-notice {
    display: none;
    color: #ffffff;
    background: #333333;
    padding: 5px 8px;
    margin-left: 10px;
    width: auto;
    float: left;
    margin-top: 13px;
    border-radius: 4px;
}