* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: rgb(26, 26, 26);
  font-family: Arial, Helvetica, sans-serif;
  color: #aa8a31;
}

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

h1 {
  font-size: 30vw;
  color: transparent;
  -webkit-text-stroke: 3px #aa8a3134;
}

h2 {
  font-size: 8vw;
  margin-bottom: 50px;
}
p {
    color: rgb(87, 87, 87);
}
