@import url('https://fonts.googleapis.com/css2?family=Carter+One&family=Creepster&family=Michroma&family=Pacifico&family=Playwrite+CA:wght@100..400&family=Shadows+Into+Light&display=swap');
body {
  background: #1c1c1c;
  color: white;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.main {
  text-align: center;
  padding: 40px;
}

img {
  width: 600px;
  margin: 69px 0;
  border-radius: 20px;
}

h1{
  font-size: 50px;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-family: "Carter One";
}

p{
  font-size: 18px;
  line-height: 1.8;
  margin: 20px 0;
  font-family: "Shadows Into Light";
  font-size: 30px;
}

