    body {  background-image: url(https://i.imgur.com/ki7hmaP.jpg);
        background-position: center;
        background-repeat: repeat; 
        color:black;
        background-size: 100px 100px;
        }
    
    .home{
        margin: auto;
        border: 3px groove #82CD7F;
        height: 970px;
        width: 950px;
        background: linear-gradient(#e0e0e0,#8c8c8c);
        overflow:hidden; 
        border-radius: 4px;
        }
    
            a:hover {
                color: #a6eb78;
                transition-duration: 0.4s;
                font-size: 17px;
                    }
    
            a:link {
                color: #82CD7F;
                text-decoration: none;
            }
            
            a:visited{
                color: #82CD7F;
                text-shadow: 2px #1c1c1c;
                text-decoration: none;
        
                }
    
        .main{
            overflow: hidden;
            }
    
        .update{
            position: absolute;
            width: 950px;
            height: auto;
            position: relative;
            font-size: 15px;
            background-color: rgba(255, 255, 255, 0.39);
            font-family: 'seriousr2b', sans-serif;
                }
            
        .stamps{
            margin: 5px;    
            overflow: hidden;
            width: 1350px;
            height: auto;
            }
    
        .navigation{
            position: absolute;
            float: left;
            width: 150px;
            height: 573px;
            position: relative;
            font-size: 15px;
            background: linear-gradient(#6b6b6b,#303030);
            border: 2px inset gray;
            padding: 10px;
            margin-left: 5px;
            margin-top: 5px;
            margin-bottom: 5px;
            margin-right: 2.5px;
            border-radius:  15px 3px 3px 3px;
            font-family: 'Syntax Error', sans-serif;
            }
    
        .header{
            width:950px;
            height: 300px;
            overflow: hidden;
            margin: auto;
            background-image: url(https://i.imgur.com/j2bkbtA.jpg);
            align-content: center;
            color: #445040;
            font-family: 'XBOX Original', sans-serif;
            -webkit-text-stroke: 3px #82CD7F;
            }
            
        .blog{
            position: absolute;
            float: right;
            width: 735px;
            height: 103px;
            position: relative;
            font-size: 15px;
            background: linear-gradient(#6b6b6b,#303030);
            border: 2px inset gray;
            padding: 10px;
            margin-left: 2.5px;
            margin-top: 5px;
            margin-bottom: 2.5px;
            margin-right:5px;
            border-radius: 5px;
            }
    
        .blogposts{
            position: absolute;
            float: left;
            width: 735px;
            height: 439px;
            position: relative;
            font-size: 15px;
            background: linear-gradient(#6b6b6b,#303030);
            border: 2px inset gray;
            padding: 10px;
            margin-left: 2.5px;
            margin-top: 5px;
            margin-bottom: 2.5px;
            margin-right:5px;
            border-radius: 5px;
            overflow-y: scroll;
            }
    
