@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin:0;
  padding:0;
  font-family: "Exo";
}

.canvas {
  background-color:black;
  min-height:800px;
  min-width:100vw;
  height:100vh;
  background-size:cover;
  background-position:center;
}

.container {
  padding: calc(30px + 2vh) 15vw;
}

p {
  color:rgb(223, 197, 179);
  font-weight:200;
  line-height: 30px;
  font-size: 16px;
  padding-bottom: 40px;
}

h1 {
  color:rgb(210, 16, 16);
  font-weight: 400;
  font-size: 40px;
  text-align:center;
  padding: 20px 0;
}

h2 {
  color:rgb(247, 96, 69);
  font-weight: 400;
  font-size: 25px;
  padding: 20px 0;
}

.img {
  text-align:center;
  max-width: 600px;
  margin: 0 auto;
}

.img img {
  width: 100%;
}

#subheading {
  color:rgb(235, 148, 148);
  font-weight:400;
}

.caption {
  color:rgb(138, 122, 122);
  font-weight: 300;
}