body {
    font-family: Arial;
    margin: 0;
    overflow: hidden;
    background: url(backgrounds/lazypattern2.png)
    }

h2{
    font-family: "Anybody", monospace;
            font-size: 16pt;
            font-weight: bold;
            margin-top: 0;
            margin-bottom: .5em;
            text-align: right;
}

p{
    margin-bottom: .4em;
    margin-top: 0;
}

#navi {
    display: inline-block;

    position: fixed;
    width: 100px;
    height: 100vh;

    background-image: url(backgrounds/sidebar2.png);
    right: 0px;
    border-left: double 5px #d7dbd7;
    text-align: center;
    z-index: 5;
    }

.naviInner {
    background-color: rgba(215, 219, 215, .8);
    width: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: double 2px rgb(30, 0, 0);
    border-radius: 5px;

    margin: 40px auto 50px auto;
    }

.naviInner a{
    color: rgb(30, 0, 0);
}

.naviInner a:hover{
    color: #041c03;
    text-decoration: none;
}

.naviInner img{
    height: 25px;
}

#stamps img{
    height: 31px;
}

#container{
    height: 95vh;
    top: 2.5vh;
    left: 2vw;
    //background-color: rgb(51, 0, 0);
    position: absolute;
    right: 135px;
    border: inset 2px #010a01;
    }

.glow:hover {
    filter: drop-shadow(0 0 10px greenyellow);
    }