body{
    color: #2f2824;
    background-color: #d1c1b3;    
    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: 20px;
    margin-right: 20px;
    font-size: 20px;
    margin-bottom: 15px;

}
.black{
    background-color:#2f2824;
    color: #d1c1b3;
    padding: 3px;
}
#title1{
    font-family: "Joti One", serif;
    font-style: normal;
    font-weight: bolder;
    background-color: #c9bc94;
    color: #2f2824;
    padding: 8px;
    text-align: center;
}
#title2{
    font-family: "Joti One", serif;
    font-style: normal;
    font-weight: bolder;
    background-color:#c9bc94;
    color: #2f2824;
    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: ridge;
    border-width: thick;
    border-color:#c9bc94 ;
    border-radius: 5px;
}
.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;
}
a {
    color:#2f2824;
    text-decoration: overline;
    margin-top: 0;
}
figure{
    margin-bottom: 0;
}
.navbar{
    padding: 15px;
    text-align: center;
    font-weight:900;
    background-color:#c9bc94;
}
.navbar a {
    color: #2f2824;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border:4px dotted #2f2824;
}
.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.text {
    flex: 1;  
    padding-right: 20px;
    padding-left: 20px;
}
.pic {
    flex: 1;  
    text-align: center;  
}
hr{
    border-style:dashed none none none;
    width: 75%; 
    height: 1px;
    color: #9d816c;
    background-color: #c9bc94;
  }
video{
    border-color: #c9bc94;
    border-style: ridge;
}
h3{
    text-decoration:overline underline #9d816c;
}
#link{
    color: #d1c1b3;
    font-weight: bolder;
    text-decoration: overline;
}
.ref{
    color:#d1c1b3;    
}
#email{
    font-size: larger;
    text-decoration: none;
}
