body {
background-color: #ded0d8;
margin-top: 100px;
}

p {
    margin: 10px;
}

.henny-penny-regular {
  font-family: "Henny Penny", cursive;
  font-weight: 400;
  font-style: normal;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
    align-items: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border: 2px solid rgb(153, 79, 91);
    width: 300px;
    height: auto;
    margin-top: 300px;
    justify-content: center;
    padding: 20px;
}

.container p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: rgb(255, 134, 154);
  text-align: center;
}

.container-title {
    font-family: "Henny Penny";
    font-size: 40px;
    color: rgb(184, 110, 110);
    text-shadow: 0 0 8px #ffc0cb, 0 0 16px #ffc0cb;
}
.container-title p {
    margin: 10px;
}

.container-pic {
    width: 150px;
    height: auto;
    margin-left: 60px;
}

h1 {
font-family:Georgia, 'Times New Roman', Times, serif;
font-size: 20px;
color:rgb(153, 79, 91);
text-shadow: 0 0 8px #ffc0cb, 0 0 16px #ffc0cb;
margin-right: 10px;
margin-bottom:2px;
width: 100%;

}

h1::before {
    content:"";
    display: inline-block;
    background-image: url(https://heartdecal.neocities.org/images/shootingstarsfavicon.webp);
    width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: middle;
}

li {
list-style-type: disc;
margin-right: 150px;
color: rgb(190, 117, 129);
line-height: 25px;
}

a {
    color: rgb(255, 130, 151);
}

a:hover {
    color: rgb(149, 87, 149);
}