h1{
    color:rgb(232, 25, 238);
}
h2 {
    color: rgb(196, 20, 211);
}

h3 {
    color: black;
}

h4 {
    font-size: 20px;
    color: white;
    text-decoration: underline;
}

p {
    color: black;
}

a {
    color: mediumblue;
}

body{
    background-color: rgb(93, 19, 118);
}

#headerWrapper {
    display: flex;
    justify-content: center;
}

#headerContent {
    display: flex;
    flex-direction: column;
}


.imgLeft {
    display: flex;
    justify-content: flex-start;
    border: double;
    border-width: 10px;
    background-color: rgb(163, 114, 240);
}

.imgRight {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    border: double;
    border-width: 10px;
    background-color: rgb(163, 114, 240);
}

.content {
    display: flex;
    flex-direction: column;
}