.tl_button {
  
  background-color: #f35467;
  border-width: 0;
    border-radius: 12px;
    font-family: k-30;
    font-weight: 600;
    font-style: light;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0px;
    width: 182px;
    height: 72px;
    cursor: pointer;
    text-transform: uppercase;
}

.tl_button:hover {
    background-color: #e7e5e4;
}
