:root{
    --font: #008922;
}

p{
    max-width: 900px;
}

#cool{
    position: absolute;
    color: white;
    user-select: none;
    left: -1em;
}


#stone{
    position: absolute;
    color: white;
    user-select: none;
    left: -1em;
}

body{


    font-size: 24px;
    color: var(--font);
    /* line-height: 29px; */
    letter-spacing: .01em;
    max-width: 100vw;
    max-width: fit-content;
    margin: auto;
    margin-top: 10vh;
    overflow-x: hidden;
    padding: 1rem;
    font-family: Arial, Helvetica, sans-serif;
}

*{
    font-size: 1em;
}

a{
    color: var(--font);
    text-decoration-thickness: .07em;
    text-underline-offset: .14em;
}

a:hover{
    color: blue;
}

em{
    display: flex;
    /* letter-spacing: 0em; */
    font-style: normal;
    /* color: fuchsia; */
}

i{
    letter-spacing: -.02em;
}

.int{
    color: var(--font);
    text-decoration: none;
}

h1{
    /* text-align: center; */
    margin-bottom: 4em;
    font-weight: normal;
}

h2{
    margin-top: 4em;

    font-weight: normal;

}



h1::before{
    /* content: "www."; */
}


h3{
    max-width: 320px;
    text-align: center;
    border: 1px solid black;
    padding: 1.6em 4em 1.5em 4em;
}
