
body{
  background: url(opbg.jpg);
  z-index 1
}

h1{
  position: fixed;
  padding: 10px;
  margin-top: 100px;
  left: 28.35%;
  width: 700px;
  height: 700px;
  border: 5px solid rgb(201, 224, 245);
  border-radius: 30px;
  color: rgb(162, 202, 240);
  text-align: center;
  font-family: "ONEPEAK";
  z-index: 3
}

h2{
  position: fixed;
  background: url(yur.PNG);
  background-size: cover;
  opacity: 0.75;
  padding: 10px;
  margin-top: 100px;
  left: 28.35%;
  width: 708px;
  height: 708px;
  border-radius: 30px;
  z-index: 2
}
