@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;700&display=swap');
body {
    height: 100%;
    font-family: 'Exo 2', 'Helvetica Neue', Arial, sans-serif;
	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;
    text-decoration: none;
}

a:visited {
    color: #058583;
}

a:hover {
    color: #07FDFA;
    text-shadow: 
        0 0 5px #08D9D6,
        0 0 10px #08D9D6,
        0 0 15px #07FDFA;
    transition: all 0.2s ease-in-out; 
}

.linker a {
    position: relative;
    text-decoration: none !important; 
    padding-bottom: 2px; 
}

.linker a:hover {
    text-shadow: none; 
    color: #08D9D6 !important;
}

.linker a::after {
    content: '';
    position: absolute;
    width: 0; 
    height: 2px;
    bottom: 0; 
    left: 0;
    background-color: #FF2E63;
    transition: width 0.3s ease-out;
}

.linker a:hover::after {
    width: 100%;
}

.body_headers:hover {
    background-image: linear-gradient(90deg, #FF2E63, #08D9D6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: all 0.5s ease;
}

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;
}