body{
    color: rgb(0, 0, 0);
    background-color: #8f8f8de6;    
    margin:0px; 
    padding:0px; 
    font-size: 18px;
    text-align: center;
    font-family: "Winky Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}
p{
    text-align: left;
    letter-spacing: 0px;
    word-spacing: 5px;
    line-height: 1;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
}
.black{
    background-color:black;
    color: white;
    padding: 3px;
}
#title1{
    font-family: "Joti One", serif;
    font-style: normal;
    font-weight: bolder;
    background-color: black;
    color: white;
    padding: 8px;
    text-align: center;
}
#title2{
    font-family: "Joti One", serif;
    font-style: normal;
    font-weight: bolder;
    background-color: rgba(143, 143, 141, 0.901);
    padding: 8px;
    text-align: center;
}
ul.li{
    text-align: left;
    display: inline-block;
    list-style: circle;
    letter-spacing: 0px;
    word-spacing: 5px;
}
img{
    border-style: double;
    border-width: thick;
}
.description{
    text-align: center;
    font-size: medium;
    font-style: oblique;
    line-height: 2;
}
h1{
    font-size: 50px;
}
h2{
    font-family: "Joti One", serif;
    font-size: 30px;
    font-weight:lighter;
    margin: 5px;
}
a {
    color:#fffcfc;
    text-decoration: overline;
}
.navbar{
    background-color: #fffcfc;
    padding: 15px;
    text-align: center;
    font-weight:900;
}
.navbar a {
    color: #8f8f8de6;
    text-decoration:none;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border:2px solid #8f8f8de6;
  }
