body {
    background-color: #fff;
    color: #222;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.125rem;
}

.container {
    max-width: 60em;
    margin: 0 auto;
    padding: 0 1em;
}
.container h1 {
    margin: 0 0 1.5rem 0;
}
.container address {
    margin: 2em 0 1em;
}
.container img {
    margin-bottom: 2em;
}
.logo {
    margin: 2rem auto 0;
    float: none;
    display: block;
    width: 180px;
}
.centered {
    text-align: center;
}
pre {
    margin: 0; 
    font-family: monospace;
}

h1, h2. h3, h4, h5 {
    margin-top: 0;
}

h1 {
    font-size: 1.25rem;
}
h2 {
    font-size: 1.5rem;
}
.p {
    text-align: left;
}

a:link {
    color: #009;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    border: 0; width: 934px;
    box-shadow: 1px 2px 3px #ccc;
}
.center {
    text-align: center;
}
.center table {
    margin: 1em auto;
    text-align: left;
}

.center th {
    text-align: center !important;
}

td, th {
    border: 1px solid #666;
    font-size: 75%;
    vertical-align: baseline;
    padding: 4px 5px;
}

.e {
    background-color: #ccf;
    width: 300px;
    font-weight: bold;
}

.h {
    background-color: #99c;
    font-weight: bold;
}

.v {
    background-color: #ddd;
    max-width: 300px;
    overflow-x: auto;
    word-wrap: break-word;
}

.v i {
    color: #999;
}

img {
    float: right;
    border: 0;
    max-width: 100%;
}

hr {
    width: 934px;
    background-color: #ccc;
    border: 0;
    height: 1px;
}

address {
    font-style: normal;
    font-size: 1rem;
}

address span {
    display: block;
    text-align: center;
    margin-bottom: 0.25rem;
}

.your-ip {
    margin-top: 0.625rem;
    font-size: 1.75rem;
    font-weight: bold;
    display: block;
    margin-bottom: 0.625rem;
}

.intro {
    margin-bottom: 2rem;
}

button {
    padding: 0.35rem 0.75rem;
    font-size: 0.8rem;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #aaa;
}

/* https://hugogiraudel.com/2016/10/13/css-hide-and-seek/ */
.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
            clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
  

.fa {
    margin: 0 0.45rem;
}

.fa-check {
    color: #0a0;
}

.ip-copied {
    font-size: 0.9375rem;
    padding: 0.2rem;
    display: block;

}

@media screen and (min-width: 768px) {
    body {
        margin-top: 6rem;
    }
    .logo {
        marging-bottom: 3rem;
    }
    .intro {
        margin-bottom: 2.5rem;
    }

}