.images {
    display: flex;
    justify-content: center;
}

h1 {
	display: flex;
    justify-content: center;
    font-family: "Pacifico", cursive;
    color: blue;
}
body {
background-color: pink;
margin-left: 120px;
margin-right: 120px;
}

p {
color: purple;
}

a {
color:black;
}

a:hover {
color:lightblue;
}

a:visited {
color:green;
}
