body {
  background-color: rgb(73, 43, 103);
  color: rgb(255, 255, 255);;
  font-family: Inter Tight;
  top:200px;
  left:300px;
  position:absolute;
  max-width:600px;
  text-align: left;
}
header {
  background-color: rgb(55, 32, 79);
  view-transition-name: main-header;
  color: rgb(255, 255, 255);
  opacity: 100%;
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  h1 {
    font-weight: 800;
    font-size: 40px;
  }
  a {
    text-decoration: none;
    opacity: 50%;
    transition: 0.5s;
  }
  a:visited {
    color: white;
  }
  a:hover {
    opacity: 100%;
    transition: 0.5s;
  }
}
p {
  font-size: 20px;
  font-weight: 600; 
}

h3 {
  z-index: -1;
  position:absolute;
  top:-120px;
  font-size:50px;
}