:root {
    --blue: #5e72e4;
    --indigo: #5603ad;
    --purple: #8965e0;
    --pink: #f3a4b5;
    --red: #f5365c;
    --orange: #fb6340;
    --yellow: #ffd600;
    --green: #2dce89;
    --teal: #11cdef;
    --cyan: #2bffc6;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #32325d;
    --light: #ced4da;
    --lighter: #e9ecef;
    --primary: #e14eca;
    --secondary: #f4f5f7;
    --success: #00f2c3;
    --info: #1d8cf8;
    --warning: #ff8d72;
    --danger: #fd5d93;
    --light: #adb5bd;
    --dark: #212529;
    --default: #344675;
    --white: #ffffff;
    --neutral: #ffffff;
    --darker: black;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

.bgimg-1 {
background-image: url("../../assets/img/art3.png");
height: 1000px;
background-position: center center;
position: relative;
background-size: auto 100%;
background-repeat: no-repeat;
background-color: #000000;
}

.bgimg-2 {
  background-image: url("../../assets/img/Oval.png");
  height: 1000px;
  background-position-x: center;
  background-position-y: 32%;
  background-repeat: no-repeat;
}
  
.btn-design {
  color: #ffffff;
  font-weight: 800;
  font-size: 3.5rem;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top:32%;
 line-height: 5rem;
 text-decoration: underline;
}

.btn-design:hover{
    color: #e14eca;
    font-weight: 800;
    font-size: rem;
  }

  .quote {
    color:#1544ff;
    font-weight: 800;
    font-size: 2rem;
    text-align: center;
    position: relative;
    top:32%;
    line-height: 3rem;
  }
