body {
    text-align: center;
    background-color: #011F3F;
  }
  
  
  a {
    color: red;
  }
  
  h4 {
    font-family: 'Press Start 2P', cursive;
    font-size: 0.8rem;
    color: grey;
  }
  
  #level-title {
    font-family: 'Press Start 2P', cursive;
    font-size: 2rem;
    margin: 3%;
    color: #FEF2BF;
  }
  
  .baslat {
    font-family: 'Press Start 2P', cursive;
    color: #FEF2BF;
    margin: 0.25rem 0.125rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.3rem;
    text-transform: none;
    -webkit-appearance: button;
    color: #fff;
    background-color: #c705aa;
    border-color: #0d6efd;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    text-indent: 0px;
    text-shadow: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto;
    align-items: flex-start;
    box-sizing: border-box;
    user-select: none;
    border: 5px solid rgb(173, 4, 148);;;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  
  .container {
    display: block;
    width: 50%;
    margin: auto;
  
  }
  
  
  .button {
  
    margin: 25px;
    display: inline-block;
    height: 125px;
    width: 125px;
    border: 10px solid black;
    border-radius: 20%;
  }
  
  .game-over {
    background-color: red;
    opacity: 0.8;
  }
  
  .kirmizi {
    background-color: red;
  }
  
  .yesil {
    background-color: green;
  }
  
  .mavi {
    background-color: blue;
  }
  
  .sari {
    background-color: yellow;
  }
  
  .pressed {
    box-shadow: 0 0 20px white;
    background-color: grey;
  }
  
  @media (max-width: 820px) {
  
    body{
      padding-top: 35%;
    }
  
  
  
    .button {
      margin: 5px;
      display: inline-block;
      height: 100px;
      width: 100px;
      border: 10px solid black;
      border-radius: 20%;
    }
  
    h4{
      font-size: 1rem;
    }
  
  }
  
  @media (max-width: 540px) {
  
    body{
      padding-top: 35%;
    }
  
    .button {
      margin: 5px;
      display: inline-block;
      height: 60px;
      width: 60px;
      border: 5px solid black;
      border-radius: 20%;
    }
  
    #level-title {
      font-family: 'Press Start 2P', cursive;
      font-size: 1rem;
      margin: 3%;
      color: #FEF2BF;
    }
    h4{
      font-size: 0.5rem;
    }
  
  }
  
  @media (max-width: 290px) {
  
    body{
      padding-top: 50%;
    }
  
    #level-title {
      font-family: 'Press Start 2P', cursive;
      font-size: 1rem;
      margin: 3%;
      color: #FEF2BF;
    }
  
    .button {
      margin: 5px;
      display: inline-block;
      height: 40px;
      width: 40px;
      border: 3px solid black;
      border-radius: 20%;
    }
  
    h4{
      font-size: 0.5rem;
    }
  }