/*
Theme Name: Givie
Theme URI: 
Author: Kelly Jones
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: givie
Tags: 
*/

html {
  scroll-behavior: smooth;
}

.gradient-border {
    border: 2px solid transparent !important;
    border-radius: 16px;
    background: linear-gradient(-45deg, #6f556a 4%, #f19d8b 50%, #c7a2b4 92%) border-box !important;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    padding: 0px !important;
    overflow: hidden;
}

.gradient-border > .wp-block-group {
    background-color: #fff !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;;
}