body{
    background-color:#2c2b30
}

h1{
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: rgb(223, 219, 232)
}

h1.heading{
    padding-top: 25px;
}

h2{
    color: #3af
}

h4{
    text-align: center;
    color: #9c9b9b;
    font-size: 13px;
}


div{
    padding-left: 5%;
    padding-right: 5%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #cdcbd1;
}

ul li {
    margin-left: 5%;
    margin-right: 5%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #cdcbd1;
}

ul.navBar{
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: flex;
    background-color: #222;
}

ul.navBar li {
    padding: 14px 16px;
    border-right: solid;
    border-left: solid;
    border-left: 2px;
    border-color: #000;
}

ul.navBar li a {
    color: white;
    text-decoration: none;
}

ul.dashed {
  margin-top: 5px;
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -10px;
}
ul.dashed > li:before {
  content: "- ";
  text-indent: -10px;
}

.row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}

.text {
    flex: 1;
    text-align: center;
}

.photo {
    flex: 1;
    text-align: center;
}

.photo img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0;
}