@font-face {
  font-family: "Caesar";
  src: url("https://db.onlinewebfonts.com/t/b112dd37a1814dd31f38a4d8089a4008.eot");
  src: url("https://db.onlinewebfonts.com/t/b112dd37a1814dd31f38a4d8089a4008.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/b112dd37a1814dd31f38a4d8089a4008.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/b112dd37a1814dd31f38a4d8089a4008.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/b112dd37a1814dd31f38a4d8089a4008.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/b112dd37a1814dd31f38a4d8089a4008.svg#Caesar")
      format("svg");
}

body {
  margin: 0;
  padding: 0;
  background-color: #34343c;
}

.title__container {
  display: flex;
  justify-content: center;
}

.title {
  font-family: "Caesar";
  font-size: 4rem;
  color: #e39566;
  text-transform: uppercase;
}

.title span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
}
