.header {
    display: block;
    position: relative;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.info {
    text-align: center;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.navigation {
    position: absolute;
    float: left;
    width: 75px;
    left: 50px;
    padding: 15px;
    padding-top: 30px;

    height: 200px;
    border-style: dotted;
    background-color: #efede3;
    border-radius: 15px;
}
.section {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 1000px;
    height: auto;
    padding: 15px;
    padding-top: 30px;
    border-color: #01391a;
    border-style: dotted;
    background-color: #efede3;
    border-radius: 15px;
}

.left {
    float: left;
    width: 200px;
    height: auto;
}
.right {
    float: right;
    width: 700px;
    height: auto;
}
hr.inside {
    width: 900px;
}
@font-face {
    font-family: SwanseaB;
    src: url(/fonts/SwanseaBold-D0ox.ttf);
}
@font-face {
    font-family: Austia;
    src: url(/fonts/AustieBostJuliana-oADx.ttf);
}
@font-face {
    font-family: Halimun;
    src: url(/fonts/Halimun-W7jn.ttf);
}
@font-face {
    font-family: Instrument;
    src: url(/fonts/InstrumentSerif-Regular.otf);
}

/* 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 */
.back {
    position: absolute;
    z-index: 1;
    left: 70px;
    top: 50px;
    color: #01391a;
    font-family: SwanseaB;
    font-size: 20px;
}
h1 {
    color: #01391a;
    font-family: Halimun;
    font-size: 40px;
}

h3 {
    color: #01391a;
    font-family: Austia;
    font-size: 18px;
}
h4 {
    color: #59a37a;
    font-size: 20px;
    font-family: Instrument;
    line-height: 0px;
    margin-top: -5px;
}
h6 {
    color: #01391a;
    font-size: 25px;
    font-family: Instrument;
    line-height: 10px;
    margin-top: 35px;
}

a:link {
    color: #01391a;
}

/* visited link */
a:visited {
    color: #01391a;
}

/* mouse over link */
a:hover {
    color: #01391a;
}

/* selected link */
a:active {
    color: #01391a;
}
