body {
    background-color:black;
    color:white;
    font-family: Georgia, 'Palatino', Times, serif;
    font-weight: 250;
    line-height: 2;
}
h4 {
    font-weight: 200;
}
h2 {
    text-align: center;
}
a {
    color: darkgray;
}
a:visited {
    color: lightblue    ;
}
.navBarEntry {
    color: darkgray;
    display: inline;
    margin-left: 100px;
}
#home {
    margin-left: 250px;
}
#intro {
   display: flex;
    align-items: flex-start; /* Keeps both elements aligned at the very top */
    gap: 20px;
}
#me_in_blue_shirt {
    width: 30%;
    height: auto;
    display: inline-block;
    margin-top: 100px;
    margin-left: 50px;
    vertical-align: top;
}
.texts {
    margin-left: 50px;
    margin-top: 200px;
    display: inline-block;
    width: 35%;
    vertical-align: top;
}
#cv_blurb {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
#stack_of_books {
    width: 30%;
    height: auto;
    display: inline-block;
    margin-top: 100px;
    margin-left: 50px;
    vertical-align: top;
}
#my_CV {
    margin-left: 250px;
}
.research_statement_text {
    margin-left: 150px;
    display: inline-block;
    text-align: justify;
    width: 40%;
}
#me_reading_book {
    width: 40%;
    height: auto;
    display: inline-block;
    margin-top: 50px;
    margin-left: 50px;
    vertical-align: top;
}
.research_subheadings {
    margin-left: 250px;
    text-align: left;
}
.teaching_statement_text {
    margin-left: 150px;
    display: inline-block;
    text-align: justify;
    width: 40%;
}
li {
    padding-left: 5px;
}
ul {
    list-style-position: inside;
    margin-left: -40px;
}
#bold_sentence {
    font-weight: bold;
}
.acc_comment_divs {
    padding-left: 25px;
}
#tasting_menu_div {
    width: 75%;
    margin-left: 150px;
}
#cooking_pic_01 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#flambe {
    width: 40%;
    height: auto;
    display: block;
    margin-top: 100px;
    margin-left: 50px;
}
.tasting_menus_text {
    margin-left: 100px;
}
#tasting_menus {
    width: 75%;
    margin-left: 250px;
}
#contact_div {
    margin-top: 100px;
    display: block;
    text-align: center;
    width: 100%;
}
#me_with_viktor img {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
}