body {
    font-family: Estedad, Tahoma;
    background-color: #0099ff;
}

@font-face {
    font-family: Estedad;
    src: url(../themes/default/fonts/Estedad.woff2)
  }
  
  @font-face {
    font-family: Mikhak;
    src: url(../themes/default/fonts/Mikhak.woff2)
  }

#dor {
    border: 2px solid;
    width: 300px;
    margin: 0 auto;
    align-content: center;
    border-radius: 30px;
    background-color: rgb(139, 139, 218);
}

#result {
    text-align: center;
}

#vat {
    text-align: center;
}

#kol {
    border: 2px solid;
    border-radius: 30px;
    background-color: rgba(42, 38, 95, 0.829);
}

#fal {
    width: 130px;
    height: 40px;
    background-color: rgb(191, 169, 248);
    border-radius: 30px;
}

.bazb {
    width: 200px;
    border: solid 2px;
    border-radius: 30px;
    background-color: none;
    border: hidden;
    background: none;
    margin: 0 auto;
  }
  
  #tyr {
    background-color: white;
    width: 200px;
    border-radius: 30px;
    height: 50px;
    align-content: center;
    background-color: rgb(255, 81, 0);
  }
  
  a {
    text-decoration: none;
    color: #000000;
  }
  
  a:hover {
    color: rgb(255, 255, 255);
  }