@import url(//db.onlinewebfonts.com/c/8269ea45efd48785edffb3ed85a5dc8a?family=Andalus);

@font-face {font-family: "Andalus"; src: url("//db.onlinewebfonts.com/t/8269ea45efd48785edffb3ed85a5dc8a.eot"); src: url("//db.onlinewebfonts.com/t/8269ea45efd48785edffb3ed85a5dc8a.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8269ea45efd48785edffb3ed85a5dc8a.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8269ea45efd48785edffb3ed85a5dc8a.woff") format("woff"), url("//db.onlinewebfonts.com/t/8269ea45efd48785edffb3ed85a5dc8a.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8269ea45efd48785edffb3ed85a5dc8a.svg#Andalus") format("svg"); }

body {
  margin: 0;
  padding: 0;
  background-image: url('/img/texture.png');
  font-family: 'Andalus', sans-serif;
}

.kech-title1{
  font-size: 160px;
  color: #cc3333;
}

.kech-title2 {
  font-size: 65px;
  color: #7986a4;
}

.custom-bar{
  width: 180px;
  height: 10px;
  background-color: #cc3333;
}

.description{
  font-size: 1.5em;
}

.langs-button{
  width: 50px;
  border-radius: 75px;
}

.b-img{
  border-radius: 100px;
}

.main-btn {
  font-size: 30px;
  width: 200px;
  height: 70px;
  border-radius: 95px;
  background-color: #cc3333;
  padding: 12px;
}




@media (max-width: 700px) {
  .kech-title1 {
    font-size: 100px;
  }
  .kech-title2{
    font-size: 45px;
  }
  .description{
    font-size: 2em;
  }
}
