* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
  }
  body {
    background-color: #ffffff;
    opacity: 1;
    background-image: url("../images/background.png");
    background-repeat: no-repeat;
    width: 100%;
    /* background-size: contain; */
    background-size: cover;
    background-position: center;
    height: 410px;
  }
  
  .imgf {
    position: absolute;
    width: 140px;
    height: 59px;
    top: 23px;
    /* left: 95px; */
    left: 23px;
    z-index: 1;
  }
  .imgd{
    width: 468px;
    height: 468px;
    position: relative;
    border-radius: 308px;
    /* margin-top: -56px; */
    transform: rotate(75deg);
  }

  .middle {
    color: #003963;
    font-family: "Noto Sans", system-ui;
    font-style: normal;
    opacity: 1;
  }
  .button {
    width: 140px;
    height: 25px;
    color: #ffffff;
    text-align: center;
    background-color: #004f9b;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    margin-top: 6px;
  }

  
  .copywork{
    /* position: absolute; */
    position: fixed;
    left: 24px;
    color: #707070;
    font-size: 14px;
    opacity: 1;
    /* margin-top: 122px; */
    bottom: 24px;
  }

  @media screen and (min-device-width: 300px) and (max-device-width: 450px) {
    .middle {
        position: relative;
        left: 72px;
    }
  
  }

    /* @media screen and (min-device-width: 520px) and (max-device-width: 540px) {
    body {
        background-position-x: -329px;
    }
  } */

   @media screen and (min-device-width: 520px) and (max-device-width: 540px) {
    body {
        background-position-x: -359px;
    }
   .imgf {
        position: absolute;
        left: 188px;
   
  }
  .imgd{
    margin-left: 20px;
  }
  /* .copywork{
  
        position: fixed;
        bottom: 4px;
        left: 155px;
} */
  } 

  @media only screen and (max-width: 450px){
    body{
        background-position-x: -375px;
      }
  }

  @media only screen and (max-width: 519px) {
    .imgf {
      position: absolute;
      left: 188px;
    }
    .imgd{
        left: 70px;
        position: relative;
    }
   
  }
  @media only screen and (max-width: 280px) {
    .imgf {
      position: absolute;
      left: 170px;
    }
    .imgd{
        left: 100px;
    position: relative;

    }
    /* .copy{
        margin-left: -26px;
    } */
    .middle{
        margin-right: -212px;
    }
  }
  @media only screen and (max-width: 630px) {
    .middle {
      text-align: center;
    }
    .copywork{
      margin-left: 110px;
    }
  }
  @media only screen and (min-width: 1400px) {
    .middle {
      margin-top: 61px;
    }
  
  }
   
  /* @media only screen and (min-width: 1688px) {
   
    .copywork{
      position: fixed;
      bottom: 23px;
  } */

  /* @media only screen and (max-width: 1280px) {
  .copywork{
    position: fixed;
    bottom: 4px;
} */

  }
  @media only screen and (min-width: 1688px) {
    .middle {
      margin-top: 100px;
    }
  }
  @media only screen and (min-width: 1912px) {
    .middle {
      margin-top: 150px;
    }
  }
  @media only screen and (min-width: 2196px) {
    .middle {
      margin-top: 220px;
    }
  }
  @media only screen and (min-width: 2636px) {
    .middle {
      margin-top: 280px;
    }
  }
  @media only screen and (min-width: 3000px) {
    .middle {
      margin-top: 400px;
    }
  }

  /* @media only screen and (max-width: 768px) {
    .copywork {
      position: fixed;
      bottom: 4px;}
    } */
  
  @media only screen and (max-width: 760px) {
    /* .copywork {
      position: fixed;
      bottom: 24px;
      left: 120px;
    } */
    /* .copy {
        position: fixed;
        bottom: 4px;
        left: 71px;
      } */
      .body{
        background-position-x: -330px;
      }
  }
