





body { 
background-color:lightblue;
}

.center{ 
display:block;
margin-left: auto;
margin-right: auto;
align-items: center;
width:50%; 
    }
    
img {
display:block;
margin: auto; 
    }
    div {
display: flex;
justify-content: center;
    }
   
    p {
  font-size: 18px;
}
   
    p, h2{

  margin-right: 150px;
  margin-left: 80px;
}
    
    
    h4,h2,p {
  text-align: center;
}
    
h1{
background-color:lightcyan;
padding:.5em;
text-align:center;
}
    
   
h1 {font-family: "Esteban", serif;
        font-size:3em; 
    margin-bottom:1em;}
    
    h2, { font-size: 4.5em;
    font-family: "Esteban",serif;}
    
    h4 { font-size: 1.5em;
    font-family: "Esteban",serif;}
    
    body {
  color: darkcyan;
}

h1 {
  color: darkolivegreen;
}

h2 {
  color: darkolivegreen;
}
    
    /* unvisited link */
a:link {
  color: red;
}

/* visited link */
a:visited {
  color: darkcyan;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
    
    
    
    
    
    
    
    
    