@charset "UTF-8";
/**
 * jamie
 */

html, body {
  overscroll-behavior; contain;
overflow: visible;
background: #F38306; 
background-image: linear-gradient(90deg, rgba(243, 131, 6, 1) 22%, rgba(158, 210, 197, 1) 35%, rgba(100, 186, 183, 1) 65%, rgba(235, 73, 35, 1) 78%);

}

.aesthetic {
font-family: "balboa-extra-condensed", sans-serif;
font-weight: 400;
font-style: normal;
color: #EAFFD9;
font-size: 4rem;
line-height: 93%;
letter-spacing: -0.1rem;
text-align: center;
  overscroll-behavior: none;
  overflow : scroll

}