body {
  background-color: black;
  color: white;
}

.container {
  background-color: white;
  width:1200px;
  display: flex;
  padding: 10px;
  margin: 10px;
  justify-content: center;
}

.item1 {
  width:450px;
  background-color: black;
  padding: 10px;
  margin: 10px;
}

.item2 {
  width:450px;
  padding: 10px;
  margin: 10px;
  background-color: orangered;
}

.item1 h1{
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration: underline;
}

.item1 h2{
  font-family: 'Bebas Neue', cursive;
}

.item1 p{
  line-height: 12px;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
}

.item2 h1 {
  font-style: italic;
  color: black;
  font-family: 'Bebas Neue', cursive;
}

.item2 h2 {
  font-family: 'Inter', sans-serif;
  font-variant: small-caps;
}

.item2 p {
  font-size: 12px;
  font-weight: bolder;
  font-family: 'Source Sans Pro', sans-serif;
}
