*{
    margin: 0, auto;
    padding: 0, auto;
    text-align: center;
}

html{
    background-image: url(https://file.garden/akWRWoqfwQIsW8Xv/pinkbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/*Fonts*/

.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

.twinkle-star-regular {
  font-family: "Twinkle Star", cursive;
  font-weight: 400;
  font-style: normal;
}

/*end of head*/

.card{
    padding: auto;
    margin: auto;
    width: 800px;
    height: 500px;
    background-color: white;
    border: 20px, pink, solid;
    border-image: url(https://file.garden/akWRWoqfwQIsW8Xv/2h4s8c.png);
    background-clip: padding-box;
    border-image-slice: 14 14 13 14;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: round round;
}

.card h1{
  color: pink;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

.card p{
    color: #411d24;
font-family: Georgia, 'Times New Roman', Times, serif;
padding: 20px;
}

