.button {
    background-color: #008B8B; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }

animated-buuton{
    align-items: center;

}

.trydemo {
font-weight: bold;
background-color: white; 
border-radius: 10px 10px;
color: black; 
border: 2px solid #008B8B;
width: 250px;
}
  
.trydemo:hover{
background-color: #008B8B !important;
color: white !important;
}