body {
    background-color: white;
}

h1 {
    margin-left: 10px;
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    font-size: 3em;
    margin-bottom: .5em;
    text-align: left;
}

h2 {
   margin-left: 10px;
   color: black;
   font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   font-weight: lighter;
   margin-top: 40px;
   margin-bottom: 40px;
}

h3 {
    margin-left: 10px;
    font-size: 20px;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    margin-top: 10px; 
}

p {
    margin-left: 10px;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: small;
    font-weight: lighter;
    font-size: 1em;
}

h4 {
    margin-left: 10px;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 1em;
    margin-top: 30px;
    margin-bottom: 30px;
}

div {
    margin-left: 10px;
    background-color: crimson;
    border-radius: 25px;
    line-height: 20px;
    width: 200px;
    margin-bottom: 5em;
}

.convoOne {
    font-size: 15px;
    padding: 20px;
    width: 75%;
}

.convoTwo {
    font-size: 15px;
    padding: 20px;
    width: 75%;
}

.convoThree {
    font-size: 15px;
    padding: 20px;
    width: 75%;
}
