*{
    box-sizing: border-box;
    background-color: lightpink;
    text-align: center;

}
img {
    max-width: 100%;
}

h1 {
    color: rgb(110, 0, 49);
    font-size: 50px;
    text-align: center;

    box-sizing: border-box;
}

p {
    color: rgb(110, 0, 49);
    font-size: 20px;

}

ul {
    color: rgb(110, 0, 49);
    list-style-type: none;
}

h2 {

    color: rgb(110, 0, 49);
    font-size: 20px;
}



