.header {
    display: flex;
    flex-direction: row;
    align-items: top;
    justify-content: center;
}
.arrow {
    z-index: 1;
    position: absolute;
    scale: 15%;
    align-items: left;
    left: -300px;
    top: -205px;
}
.navigation {
    position: fixed;
    background-color: #fbe9bd;
    border-radius: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    width: 200px;
    height: 400px;
    font-family: monospace;
    color: #673c33;
    border-style: double;
    border-width: thick;
    border-color: #7c9dd2;
    filter: drop-shadow(10px 10px 1px rgba(53, 38, 115, 0.35));
    left: 100px;
    top: 200px;
    z-index: 1;
    overflow-y: scroll;
}
.info {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    background-color: #fbe9bd;
    border-radius: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    width: 600px;
    height: auto;
    font-family: monospace;
    color: #673c33;
    border-style: double;
    border-width: thick;
    border-color: #7c9dd2;
    filter: drop-shadow(10px 10px 1px rgba(53, 38, 115, 0.35));
    
    
    
}
.main {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    background-color: #fbe9bd;
    border-radius: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    width: 600px;
    height: 600px;
    font-family: monospace;
    color: #673c33;
    border-style: double;
    border-width: thick;
    border-color: #7c9dd2;
    filter: drop-shadow(10px 10px 1px rgba(53, 38, 115, 0.35));
    overflow-y: scroll;
    
    
}











@font-face {
    font-family: Pinscher;
    src: url(fonts/SHPinscher-Regular.otf);
}
h1 {
    font-family: Pinscher;
    color: #ffffff;
    text-decoration: #ffffff wavy underline;
}

h3
{color: #afa34a;}

summary {
    color: #afa34a;
    font-size: 16px;
}


/* Start https://www.cursors-4u.com */
* {
    cursor: url(https://cur.cursors-4u.net/nature/nat-7/nat659.cur), auto !important;
} /* End https://www.cursors-4u.com */
.main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(53, 38, 115, 0.35);
    background-color: beige;
}
.main::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(255, 108, 31, 0.73);
}
.main::-webkit-scrollbar-thumb {
    background-color: rgba(255, 108, 31, 0.73);
}

a:link {
    color: #d14c18;
}

/* visited link */
a:visited {
    color: #b2ab2b;
}

/* mouse over link */
a:hover {
    color: #7c9dd2;
}

/* selected link */
a:active {
    color: #7c9dd2;
}
/* Start https://www.cursors-4u.com */
* {
    cursor: url(https://cur.cursors-4u.net/nature/nat-7/nat659.cur), auto !important;
} /* End https://www.cursors-4u.com */
