.container{
    background: white;
    padding: 30px;
    border-radius: 15px;
    max-width: 400px;
    margin: auto;
    box-shadow:  6 8px 10px rgb(255, 255, 255);
}
h1{
     text-align: center;
     color:#FF8F00 ;
     font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}
textarea{
      width: 100%;
      height: 100px;
      margin-top: 20px;
      padding: 10px;
      resize: none;
      border: 1px solid #ccc;
      border-radius: 5px;
}
body{
  font-family: Arial, sans-serif;
  background-color: #424242;
  text-align: center;
  padding: 50px 
  }
.emoji button{
    font-size: 30px;
    margin: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
}
.emoji:hover{
  transform: scale(1.6,2);
  transition: 0.5s;
}
#gonder{
  margin-top: 10px;
  padding: 10px 20px;
  border: none;
  background: #4CAF50;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.8s ease ;
}
#gonder:hover{
  transform: scale(1.3);
  transition:  0.3s;
}
#gonder:active{
  transform: scale(0.95);
}
#sonuc{
     margin-top: 20px;
     font-weight: bold;
}
#hr{
    color: #FF8F00;
}
footer{
  background-color: #FF8F00;
  color: white;
  text-align: center;
  padding: 20px 10px;
  font-size: 14px;
  margin-top: 50px;
  border-top: 1px solid #444;
  border-radius: 20px;
}
a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #ffaa00;
  text-decoration: underline;
}



