body{
    background-color: darkslateblue;
}

#navBar{
    height:100px;
}

#navBar_logo{
    float:right;
}

#main{
    width:800px;
    height: fit-content;
    margin: auto;
    position: relative;
}

#dialogue{
    font-family: Garamond, serif;
    font-size: 2.5em;
    position: absolute;
    left: 0px;
    top:100px;
    width: 80%;
    border:2px solid black;
    background-color: rgba(255, 255, 255, 0.5);
}

#dialogue_charName{
    background-color: rgba(211, 210, 210, 0.5);
    border-bottom: 2px solid black;
    font-weight: bold;
    padding: 5px;
}

#dialogue_text{
    padding: 5px;
}

#charImg{
    position: absolute;
    right: 0px;
}