html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter';font-size: 22px;
  background-color: #1D1D1D;
}

.container {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h1 {
  text-align: center; 
  font-size: 80px;
  color: #F7B216;
  margin:0;
}

p {
  text-align: center; 
  color: white;
  font-size: 18px;
}

img {
  margin: auto;
  display: block;
  height: 400px;
}
