h1 {
  font-family: "Lucida Console", "Courier New", monospace;
/*   font: script; */
  color: black;
  text-decoration: underline;
  text-transform: capitalize;
  text-align: center;
  font-style: italic;
  font-size: 25px;
}

p {
  color: black;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font-size: 16px;
}
h2 {
  color: black;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font-size: 15px;
  text-decoration: underline;
}
/*   .divTest {
    display: 'flex' !important;
    justifyContent: 'center'
  }  */

img {
  border-radius: 15%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 55%;
  border: 3px solid green;
  
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  border: 3px solid green;
}
/* section{
  color: sky blue;
} */
body {
  background-color: grey;
  filter: brigtness(90%);
}
div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 20px;
  
}