body{
    margin: 0;
}
.navbar{
    background-color: white;
    overflow: hidden;
    position: fixed;
    height: 80px;
    width: 100%;
    top: 0;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
.logo{
    display: flex;
    align-items: self-start;
    padding: 10px;
}
.logo img{
    height:70px;

}
.title-section{
    text-align: center;
    background-image: url('titlebar.jpg');
    background-size: cover;
    background-position: center;
    margin-top: 5px;
    padding: 20px;
    height: 170px;

}
h1{
    color: black;
    text-align: center;
    margin: 50px;
    font-family: 'Times New Roman';
    padding: 10px;
    font-size: 70px;
}
h3{
    color: black;
    margin-right: 100px;
    margin-left: 100px;
    font-family: 'Times New Roman'
    

}
p{
    margin-right: 100px;
    margin-left: 100px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: 60;
    font-family: 'Times New Roman';
   
 
}
ul{
    list-style-type: square;
    margin-left: 70px;
}
@media screen and (max-width: 600){
p{
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
}    
}
