/*
 Theme Name:   Watertag Child Theme
 Template:     twentytwentyfive
 Version:      1.0.0
*/

html, 
body {
    scroll-behavior: smooth;
}

.z-10 {
    z-index: 10;
}

.email-button a {
    transition: 0.2s;
}

.email-button:hover a,
.btn:hover a  {
    background-color: white !important;
    color: #E40D2F;
}