
body {
  background-color: black;
  text-align:  center;
  font-family: 'Santall', 'Times New Roman';
  background-image: url("https://i.postimg.cc/K8dRHVBY/pop-up.jpg"), url("https://i.postimg.cc/HxqQQ298/telephone-removebg-preview.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 15%, 25%;
  background-position: 99% 5%, top left ;
  

}

h1 {
  text-decoration: underline;
  font-size: 50px;
  color: #9900ff;
  font-weight: bold;
  font-family: 'Santall', 'Times New Roman';


}

p {
  font-family: 'Santall', 'Times New Roman';
  font-size: 25px;
  color: #9900ff;
}

.container {
  
  max-width: 120ch;
  margin: 0 auto;
}