


h1 {
    text-align: center;

}

 /* universial selector */

body {
  
  /* background-color: #0cebc5; */

 background-color: aqua;
  overflow-x: hidden;

}

/* elementary selector */

p {
    font-size: large;
    font-style: normal;
    /* z-index: -2;
    position: sticky */
}
h2 {
  text-align: center;
  font-style: normal;

}
li {
  font-size: large;
}
h3 {
  text-align: center;
  font-size: x-large;
}
 .p1 {
  color: rgb(0, 0, 0);
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  

}
h1 {
  color: rgb(0, 0, 0);
}

.defonition {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: rgb(0, 0, 0);
  
}

/* class selector */

.color001 {

     color: black;

}
#good {
  text-align: center;

}
#thepicture {
  border: 5px solid rgb(0, 0, 0);
  display:flex;
justify-content:center;
margin-left: 300px;
border-radius: 500px 500px 500px 500px;
border-top :solid
/* background-size: 500px; */
}

/* div selector */

#nice {

      display: flex;
      justify-content: center;
   border-radius: 500px 2px 500px 2px;

}
#nicer {
   color: rgb(255, 0, 0);
 background-color: aqua;

}
/* group selector */
td,th {


background-color: aqua;

}
#button1 {
   border-width: 3px;
  border-radius: 700px;

}
#thepoo {

color: rgb(0, 0, 0);
}
.img100 {
 
  border: 5px solid black;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  margin-left: 300px;
  width: 350px;
  max-height: 200px;
}