h1{
  color: green;
  display: flex;
  justify-content: center;
  align-items: center;
}

.emodContent{
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dotted black;
  width: 50%;
  height: 200px;
  margin-left: 25%;
  margin-top: 2%;
  background-color: #effce9;
}

button{
  border: 5px solid black;
  width: 100px;
  background-color: white;
  color: blue;
}