.topnav{
    overflow:hidden;
    background-color: lightblue;
    color:black;
    text-align:center;
    padding:0px 0px;
}
.topnav a {
    float:center;
    display:inline-block;
    text-align:center;
    padding:14px 16px;
}

.topnav a:hover{
     background-color:white;
    color:black;


}

nav ul li{
    display:inline-block;
    background-color:lightblue;
    margin:5px 5px;
    padding:5px 5px;
    border:solid black 1px;
    
}
#err{
    color:white;
    float:right;
}

#left{
    float:left;
    text-align:left;
    padding: 100px 50px;
    margin: 10px 0px;
    color: green;
    background-color:lightgrey;
    height:200px;
}

#right
{
    float:right;
    text-align:center;
    color:white;
    margin:100px 200px;
    border-style:solid;
    padding: 10px 10px;
}

.wrapper
{
    border-style: solid;
    border-color:black;
}

#h3
{
    text-decoration:underline;
    color:olive;
    

}
.h1
{
    color:white;
    text-align:center;
    
}
#userposts{
    border-style:solid;
    border-width:5px;
    text: black;
    padding-bottom:20px;


}
#form{
    
    background-color:olive;
    text-align:center;
    border-style:solid;
    color:white;
    margin-right:500px;
    margin-left:500px;
}
body{
    background-image: url("https://s3.envato.com/files/221501202/prev%20img.png");
}



