
.content {
  color: #333;
  font-family: helvetica neue, arial;
}
h1, h2 {
  color: #000;
  font-family: helvetica neue, arial;
}
h1 {
  font-size: 6em;
}
.content::after {
  position: absolute;
  right: 120px;
  bottom: 120px;
  content: url(jay_small.png);
}

.corte {
    background-color: rgb(211, 79, 36);
}
.corte h1, .corte p, .corte h2 {
    color: white !important;
}

.smaller {
    font-size: 60%;
}
