body{
    background-color: aliceblue;
}
h1{
text-align: center;
background-color: rgba(44, 92, 135, 0.577); 
}

.tee{
  display: flex;
  border: 1px black solid;
  border-radius: 5px;
  justify-self:center;
}
.em{
 font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;   
text-align: center;
background-color: rgba(30, 98, 151, 0.625);
border-radius: 20px;

}
.back2{
  justify-self: center;
  display: flex;
  margin-top: 20px;
  padding: 10px 15px;
  background: #00df28;
  color: white;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 10px;
  margin-bottom: 10px ;
  transition: all 0.3s;
}
.back2:hover{
    background-color: white ;
    color: #2ec349;
    font-size: 16px;
    margin-bottom: 10px;
}
.te{
    justify-self: center;
    border-radius: 5px;
    background-color: wheat;
    border: 1px black solid;
    padding-top: 30px;
    width: 1200px;
}
.sk{
    background-color: #2ec349;
    border: 1px solid black;
    font-family: 'Courier New', Courier, monospace;
    border-radius: 5px;
    
}
.p{
  font-size: 20px;
  justify-self: center;
}
