@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap");

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

h1,
h2,
p,
span,
a {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title {
  color: #f94c06;
  font-size: 190px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 15px;
}

.description {
  letter-spacing: 5px;
  font-size: 30px;
}
