html {
    margin: 0;
}

body {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    font-family: Garamond;
    font-size: 20px;
    margin: 0;
    text-align: center;
}

h1 {
    font-family: Bevan, Tahoma, Verdana, Geneva, sans-serif;
    font-size: 49px;
    font-weight: 900;
    text-align: center;
}

h2 {
    font-family: Bevan, Tahoma, Verdana, Geneva, sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-align: left;
}

p {
    font-family: "EB Garamond", Tahoma, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
}

.first {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 24px;
    text-decoration: #000000;
}

a.light:link, a.light:visited {
    color: #000000;
    font-size: 24px;
    text-decoration: none;
}

a.light:hover, a.light:active {
    color: #000000;
    font-size: 24px;
    text-decoration: underline;
}

.dark {
    background-color: #360e02;
    color: #ffffff;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 16px;
    width: 100%;
}

a.murky:link, a.murky:visited {
    background-color: #360e02;
    color: #ffffff;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 16px;
    text-decoration: none;
    width: 100%;
}

a.murky:hover, a.murky:active {
    background-color: #360e02;
    color: #ffffff;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 16px;
    text-decoration: underline;
    width: 100%;
}

.relativ {
    position: relative;
}

.absolute {
    background-color: #ffffff;
    border-top: 2px solid rgb(160,130,60);
    color: #000000;
    display: none;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 24px;
    height: 150px;
    left: calc(50% + 237px);
    position: absolute; 
    text-align: left;
    top: 40px;
    width: 210px;
}


