p {
text-align: center;
line-height:30x;
color: rgb(185, 34, 72);
}

img {
margin: auto;
display: block;
width: 500px;
height: 500px;
border: 2px rgb(10, 10, 10);
border-radius: 10px;
}

body {
    background-color: #f3e4db;
}

header li {
    margin: 15px;
}

a {
    background-color: aliceblue;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(185, 34, 72);
    padding: 8px 15px;
    border-radius: 20px;
    
}

div {
    color: rgb(185, 34, 72);
    background-color: #ffffff;
    text-align: center;
    margin: auto 350px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top:1px solid black;
    padding-left: 250px;
    padding-right: 250px;

}

h1{
    text-align: center;
    line-height: 100px;
}