h2.flex-container {
  margin-right: auto;
  margin-left: auto;
}

h2.flex-container {
  width: 60%;
}

.flex-container {
  display: flex;
  justify-content: space-evenly;
}

h1, h3, header p {
  text-align: center;
}

#search-results > div {
  border: 1px solid grey;
  border-radius: 10px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  margin-top: 20px;
}

#search-results img {
  max-height: 600px;
}

#search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#flex-container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  padding-bottom: 30px;
  padding-top: 30px;
}

#text {
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  font-size: 20px;
  width: 20%;
  border-radius: 1em;
  border-color: lightgray;
  outline: none;
  margin-right: 5px;
}

#submit {
  height: 32px;
  width: 30px;
  background: transparent url("./images/search--v2.png") no-repeat top;
  background-size: contain;
  border: 0.15px lightgray solid;
}

.search-text {
  white-space: pre-wrap;
  text-align: left;
}

form {
  margin-top: 1em;
  margin-bottom: 1em;
}

#target {
  width: 60%;
}

main > section {
  width: 30%;
  max-width: 400px;
  margin-right: 40px;
  margin-left: 20px;
  height: 280px;
  border: 1px solid black;
  display: flex;
  justify-content: center;
}

label {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

input {
  height: 20px;
  margin-left: 10px;
}

td {
  padding: 5px;
  text-align: right;
}

td.ratenegative {
  background-color: yellow;
}

table {
  border: 0px;
}

table tr:last-child td {
  background-color: lightgreen;
}

table tr:nth-child(even) {
  background-color: lightgray;
}

table tr:first-of-type {
  background-color: lightblue;
}

#myDiv {
  padding: 1px;  
}

#myDivValue {
  padding: 1px;
}

#myDiv, #myDivValue {
  width: 45%;
  margin-top: 20px;
  height: 300px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid black;
}