body {
  font-style: Arial;
  background-color: #1D2C3B;
  color: white;
}

header {
  display: flex;
  color: black;
  background: #F7EC3F;
  align-items: center;
  border-radius: 5px;
}

header img {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 10px;
}

hr {
  height: 3px;
  border: 0;
  background-color: white;
}

div img {
 float: left;
 width: 40%;
 margin-right: 10px;
 margin-bottom: 10px;
}

.dol {
  color: white;
  border: solid;
  border-radius: 5px;
  text-decoration: none;
}
