#wrapper {
         width: 1100px;
         margin: auto;
         background-color: #ffffff;
         border-radius: 100px;
         border: 25px dotted #ffcccc;
         
         
         }
body {
     background-color: rgb(238,174,202);
     background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
     }
h1 {
   text-align: center;
   font-family: "Bauhaus 93", Broadway, "Cooper Black", cursive;
   font-size: 70px;
   
   }
nav {
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    background-color: #ffcccc;
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 60px;
     
    }
h2 {
   font-size: 40px;
   text-align: center;
   color: #ffcccc;
   font-family: "Bauhaus 93", Broadway, "Cooper Black", cursive;
   }
p {
  background-image: url(image.jpg) ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 25px;
  font-weight: 200;
  color: white;
  border: 0.5px solid gray;
  }
footer {
        text-align: center;
       }
h4 {
    padding-left: 40px;
    font-weight: 400;
}
