/*
 Theme Name:   Paul
 Theme URI:    https://paulcheney.ca
 Description:  A custom child theme for me
 Author:       Paul Cheney
 Author URI:   https://paulcheney.ca
 Template:     Divi
 Version:      1.0.0
*/


/* Add your custom styles below */

.custom-ellipse-bg {
  position: relative;
  overflow: hidden;
}

.custom-ellipse-bg::before {
  content: '';
  position: absolute;
  width: 800px;
  height: 800px;
  background-color: #DCF2F3;
  border-radius: 50%;
  top: -480px;
  left: -200px;
  z-index: 0;
}

.svg-responsive {
  width: 100%;
  height: auto;
  max-width: 500px; /* adjust as needed */
  display: block;
  margin: 0 auto;
}
