#content {
    display: inline-block;
    width: fit-content;
    background: black !important;
    padding: 2em;
}
#content div {
    display: inline-block;
    width: 100%;
}
#content h2,h3,h4{
    color: white !important;
}
#content p {
    color: white;
    font-size: x-large;
}
@media only screen and (min-width: 576px) {
  img.right {
    display: inline-block;
    width: 45%;
    float: right;
    padding-bottom: 2em;
  }
}

@media only screen and (max-width: 575px) {
  img.right {
    display: inline-block;
    width: 100%;
    float: inherit !important;
    padding-bottom: 2em;
  }
}
