body{
    background-image: url(haikei.png);
    background-repeat: no-repeat;
    background-size:auto;
    background-size: contain  160%;
    
    }
    
    h1{
      position: relative;
      margin-bottom: 2em;
      padding: 1.5rem 2rem;
      border-radius: 10px;
      background: #cef8f8;
     }
     
     h1:before,
     h1:after {
       position: absolute;
       content: '';
       border-radius: 50%;
       background: #cef8f8;
     }
     h1:before {
      bottom: -17px;
      left: 30px;
      width: 35px;
      height: 35px;
    }
    h1:after {
      bottom: -37px;
      left: 50px;
      width: 20px;
      height: 20px;
    }



    .btn--yellow {
      display: inline-block;
      padding: 0.5em 1em;
      text-decoration: none;
      border-radius: 4px;
      color: #ffffff;
      background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
      border-bottom: solid 3px #c58668;
    }
    
    .btn--yellow:hover {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
      border-bottom: solid 3px ;
    }

    #text1{
     box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    }
