body {
    height: 100%;
    font-family: Verdana, Helvetica, sans-serif, Arial;
    background-color: #090518;
    color: #C8C9D1;
    margin: 0;
}

.wrapper {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: calc(100% - 39px);
}

.content_main {
    max-width: 90%;
    text-align: center;
	min-height: 200px;
	height: auto;
	width: auto;
}

.content_main > div {
    max-width: 90%;
	height: auto;
	width: auto;
}

.content hr {
    height: 3px;
    border: none;
    border-top: 3px double #500;
    color: #4E525A;
    overflow: visible;
    text-align: center;
    padding: 0;
    width: 50%;
}

.body {
    font-size: 110%;
    line-height: 1.5;
    margin-bottom: 0.5em;
    margin-top: 0;
    text-indent: 0em;
    min-height: 20px;
}

.body_list {
    font-size: 100%;
    line-height: 1.5;
    margin-bottom: 1em;
    margin-top: 0;
    text-indent: 0em;
}

.body_headers {
    font-size: 120%;
    line-height: 1.2;
    margin-bottom: 0.5em;
    margin-top: 0;
    text-indent: 0em;
    color: #FF2E63;
}

.body_list_spec {
    font-size: 90%;
    line-height: 130%;
    margin-bottom: 1em;
    margin-top: 0;
    text-indent: 0em;
	height: auto;
	width: auto;
}

.body_headers_small {
    font-size: 100%;
    line-height: 100%;
    margin-bottom: 0.5em;
    margin-top: 0;
    text-indent: 0em;
    color: #FF2E63;
}

.body_headers_crypto {
    font-size: 80%;
    line-height: 100%;
    margin-bottom: 0.5em;
    margin-top: 0;
    text-indent: 0em;
    color: #FF2E63;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.ip-display-loading {
	color: #FF2E63;
    font-size: 120%;	
}
.location-display-loading {
	color: #058583;
    font-size: 100%;
}

.linker {
    font-size: 90%;
    text-align: center;
    min-height: 50px;
}

.img_main {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a:link {
    color: #08D9D6;
}

a:link.underline {
    border-color: #08D9D6;
}

a:visited {
    color: #058583;
}

a:visited.underline {
    border-color: #058583;
}

a:link.no-underline {
    text-decoration: none;
}

a:visited.no-underline {
    text-decoration: none;
    border-color: #058583;
}

a:visited:hover {
    color: #07FDFA;
}

a:hover {
    color: #07FDFA;
}

a:hover.underline {
    border-color: #07FDFA;
}

ul {
    display: inline-block;
    text-align: left;
    justify-content: center;
    list-style-type: disc;
    margin: 1em 0 1em 0;
    padding-left: 40px;
    unicode-bidi: isolate;
}

.footer {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 100%;
    min-height: 50px;
}

@media (max-width: 960px) {
    .footer {
        margin-left: 1px;
    }
}

img {
    max-width: 100%;
    height: auto;
	width: auto;
	vertical-align: middle;
}

@media (max-width: 600px) {
    img {
        width: 100%;
    }
	.content_main { min-height: 150px;
	}
	.linker { min-height: 30px;
	}
}
.layout {
    min-height: 100px;
	height: auto;
	width: auto;	
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}
.img-main img {
    aspect-ratio: 16 / 9;
}
