.tn-atom.custom-button {
    width: 1070px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    font-weight: bold;
    background-color: #eb4b61;
    color: #ffffff;
    border-radius: 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.tn-atom.custom-button:hover {
    background-color: #ff327b;
}
