@font-face {
    src: url("https://www.axis-praxis.org/fonts/webfonts/MetaVariableDemo-Set.woff2")
      format("woff2");
      font-family: 'Rubik Bubbles', cursive;
    font-style: normal;
    font-weight: normal;
  }
  
  .baslik-alani {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-image: url(../img/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    /* background-color: #141414; */
    width: 100%;
    height: 90vh;
  }
  
  main {
    margin-top: -70px;
    transition: all 0.5s;
    -webkit-text-stroke: 4px #d6f4f4;
    font-variation-settings: "wght" 900, "ital" 1;
    font-size: 15rem;
    text-align: center;
    color: transparent;
    font-family: "Meta", sans-serif;
    text-shadow: 10px 10px 0px #04D939,
      15px 15px 0px #03A63C,
      20px 20px 0px #025939,
      25px 25px 0px #012340,
      45px 45px 10px #000000;
    cursor: pointer;
  }
  
  main:hover {
    font-variation-settings: "wght" 100, "ital" 0;
    text-shadow: none;
  }


  /* Responsive */


  @media only screen and (max-width: 1100px){
    main{
        margin-top: -70px;
        font-size: 12rem;        
    }
  }
  @media only screen and (max-width: 900px){
    main{
        margin-top: -90px;
        font-size: 10rem;
    }
  }
  @media only screen and (max-width: 800px){
    main{
      margin-top: -110px;
        font-size: 9rem;
    }
  }
  @media only screen and (max-width: 690px){
    main{
      margin-top: -130px;
        font-size: 7rem;
    }
  }
  @media only screen and (max-width: 545px){
    main{
      margin-top: -150px;
        font-size: 5rem;
    }
  }
  @media only screen and (max-width: 430px){
    main{
      margin-top: -170px;
        font-size: 4rem;
    }
  }