@font-face {
    font-family: "Main";
    src: url("../fonts/agavantgardecyr-book.ttf");
}
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body{
    font-family: "AGAvantGardeCyrBook",sans-serif;
    background-color: whitesmoke;
    transition: all 1s;
    padding-left: 5px;
}
.back-button{
    border-radius: 10px;
    background-color: rgb( 50, 50, 50 );
    color:white !important;
    font-size: 15px;
}
.back-intro {
    background-color: rgb( 50, 50, 50 );
}
.intro{
    color: white;
}
.intro-15{
    font-size: 25px;
}
.intro-75{
    font-size: 75px;
}
.img-sample{
border-radius: 10px;
margin-bottom: 10px;
cursor: pointer;
height: auto !important;
}

a:hover{
    text-underline: none;
}
@media screen and (max-width: 600px){
  .adapt{
      font-size: 23px !important;
  }
}