@font-face {
  font-family: "Title-Bold";
  src: url("../fonts/title-bold.woff2") format("woff2");
  src: url("../fonts/title-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #673ab7;
  color: white;
  font-family: Title-Bold, sans-serif;
  font-size: 28px;
}

.info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  text-align: center;
  padding: 0 25px;
}

.info .logo {
  height: 32px;
  margin-bottom: 20px;
}
