body {
  background: black;
  font-size: 17px;
  color: white;
}

h1 {
    color: white;
    background-color: black;
    font-size: 2em;
    margin: 0;
    margin-bottom: 7px;
    padding: 4px;
    text-align: center;
    letter-spacing: 0.5em;
    border-bottom-style: solid;
    border-bottom-width: 0.5em;
    border-bottom-color: white;
}

.header {
    width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.paragraph1 {
    color: white;
    font-style: italic;
    text-align: center;
}

.paragraph2 {
    color: white;
    text-align: center;
}

.container {
  display: flex;
  align-items: flex-start; /* vertically centers the text with the image */
  gap: 20px;           /* space between image and text */
}

.sideimage {
  width: 450px;        /* control image size */
}

.construction {
    color: white;
    font-weight: bold;
    font-size: 20px;
}