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

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

body {
    background-color: #f3e4db;
}

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

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

div{
    padding: 10px;
    width: 930px;
    margin: 0 auto;
    text-align: center;
}

h2 {
    text-align: center;
    line-height: 100px;
    color:#eb1164;
}

header li {
    margin: 15px;
}