* {position:relative; box-sizing:border-box; margin:0; padding:0; }

body {
    margin: 0 auto;
    background-color: #70A9A1;
}

h1 {
    margin: 0 auto;

    color: #70A9A1;
    font-family: "Arvo";
    font-weight: 700;
    font-size: 8em;

    max-width: 100%;

}

h3 {
    margin: 0 auto;

    color: #1F363D;
    font-family: "Arvo";
    font-weight: 700;
    font-size: 2em;

    max-width: 100%;
}

p {
    margin: 0 auto;

    font-family: "Geist";
    color: #1F363D;
    font-size: 1.3em;
}

a {
    color: #1F363D !important;
}

.inv-link{
    color: #70A9A1 !important;
}

footer {
    background-color: #1F363D;
    border: none;
    padding: 3em;
}

.outborder {
    margin: 0 auto;
    background-color: #40798C;
    max-width: 80vw;
    height:100%;
}

.head-img {
    width: 24em;
}

.link-bar {
    font-size: 1.5em;
    color: #70A9A1;
    margin-bottom: 1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
}

.content {
    margin: 0 auto;
    padding-top: 4em;

    max-width: 70vw;
    min-height: max-content;
    
    font-family: "Geist";

    background-color: #1F363D;

    height:100%;

}

.post-parent {
    display: flex;
    align-items: stretch;
}

.book-shelf {
    height: 10em;
    box-shadow: 1px 1px 10px #1F363D;
}

.feat-img {
    box-shadow: 1px 1px 10px #1F363D;
    border-radius: 12px;
    max-height: 12em;
}

.post {
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #70A9A1;
    padding: 2em;
    margin: 1em;
    margin-bottom: 1.5em;

    flex-basis: 100%;

    border-radius: 12px;
}

.inpost {
    display: flex;
    justify-content: center;
    align-items: center;
}

.important {
    background-color: transparent;
    border: 0.2em;
    border-color: #70A9A1;
    border-style: solid;
}

.important > div > h3 , .important > div > p {
    color: #70A9A1;
}

.dating {
    font-size: 1em;
    color: #40798C !important;
}

.profbtn {
    font-size: 2em;
    color: #70A9A1;

    margin-left: 0.3em;
    margin-right: 0.3em;
}

.tooltip {
    font-family: Geist;
    --tooltip-fore-color: #1F363D;
    --tooltip-back-color: #70A9A1;
    margin: 0;
    border-radius: 12px;
}
.tooltip::before {
    border-radius: 12px;
    margin: 0;
}
.tooltip::after {
    border-radius: 12px;
    margin: 0;
}
.tooltip:not(.bottom)::before {
    display: none;
}

.over-img {
    position: relative;
}



@media (max-width: 1279px) {

    .over-img {
        position: relative;
        max-height: 20em;
    }
}

@media (max-width: 768px) {

    .outborder {
        margin: 0 auto;
        background-color: #40798C;
        max-width: 93vw;
    }

    .rns-card {
        max-height: none;
    }

    .headimg {
        width: 22em;
    }

    .content {
        padding-top: 2em;
        max-width: 90vw;
    }

    h1 { 
        font-size: 6em;
    }

}