body{
    background-color: rgb(0, 0, 0);
    align-content: center;
    margin-top: 0%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20%;
    justify-content: space-evenly;
    justify-items: auto;
}
.main-body {
    display: flex;
    flex-direction: row;
}
.column-img {
    padding: 25px;
    display: flex;
    flex-direction: column;
    width: 60%;
}
img {
    width: 100%;
    height: auto;
}
.column1 {
        background-color: rgb(195, 212, 225);
        padding: 25px;
        display: flex;
        flex-direction: column;
        width: 40%;
        text-shadow: 2px 2px 0px rgb(255, 255, 255);
}
h1{
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: Georgia;
    font-weight: 900;
    font-size: 30pt;
}
h2{
    text-align: center;
    font-family: Georgia;
    font-weight: bold;
    font-size: 20pt;
    color: rgb(8, 79, 134);
    text-shadow: 2px 2px 0px rgb(255, 255, 255);
}
.scenes {
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    margin: auto;  
}
.qP{
    font-family: Georgia;
    color: rgb(11, 167, 130);
}
.qD{
    font-family: Georgia;
    color: rgb(10, 23, 145);
}
.qM{
    font-family: Georgia;
    color: rgb(4, 49, 39);
}
.qR{
    font-family: Georgia;
    color: rgb(126, 8, 147);
}
.qE{
    font-family: Georgia;
    color: rgb(175, 5, 84);
}
.qW{
    font-family: Georgia;
    color: rgb(64, 140, 226);
}
.action{
    font-style: italic;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 0px rgb(0, 0, 0);
}