
@import url('https://fonts.googleapis.com/css2?family=Faster+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Faster+One&family=Rubik+Maze&display=swap');

#zagolovok{
    font-family: 'Faster One', cursive;
    font-size: 30px;
    color: #a30707;
}

#zagolovok2{
    font-family: 'Faster One', cursive;
    font-family: 'Rubik Maze', cursive;
    font-size: 30px;
    color: #a30707;
}

.menu_but{
    align-items: center;
    align-content: center;
    text-align-last: center;
    font-size: 40px;
}

.uk-button2 {
    /* 1 */ 
    margin: -2px;
    margin-top: 5px;
    /* 2 */
    border: 1;
    /* 3 */
    overflow: visible;
    /* 4 */
    font: inherit;
    color: inherit;
    /* 5 */
    text-transform: none;
    /* 6 */
    -webkit-appearance: none;
    border-radius: 0;
    /* 7 */
    display: inline-block;
    box-sizing: border-box;
    
    vertical-align: middle;
    font-size: 0.875rem;
    /* 8 */
    line-height: 35px;
    /* 9 */
    text-align: center;
    /* 10 */
    text-decoration: none;
    text-transform: uppercase;
    transition: margin-left 4s ease-in-out 1s;
    transition-property: color, background-color, border-color;
  }

  .uk-button-default2 {
    background-color: transparent;
    color: #333;
    border: 1px solid #e5e5e5;
  }
  /* Hover */
  .uk-button-default2:hover {
    background-color: transparent;
    color: #333;
    border-color: #b2b2b2;
  }
  /* OnClick + Active */
  .uk-button-default2:active,
  .uk-button-default2.uk-active {
    background-color: transparent;
    color: #333;
    border-color: #999999;
  }

.buttones_top {

    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    font-size: 1.2em;
    line-height: 1.5;
    text-align: left !important;
    letter-spacing: 0px;
    font-family: Inter !important;
    box-sizing: inherit;
    transition: 0.2s;
    background-color: #2760c9;
    font-weight: 700 !important;
    color: #fff !important;
    user-select: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 20px 20px 0px 0px;
    padding-left: 10px;
    position: fixed;
    margin: 0px;
    z-index: 9999999999;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    bottom: 5px;
    width: 100px;
    margin-right: 20px;
    margin-left: 20px;
    right: 0px;
  }

.follows {
    margin: 0px;
    background: e6eeee;
    z-index: 2;
    position: fixed;
    bottom: 10px;
    right: 5px;
    border-radius: 10px 10px 0px 0px;
    background-color: #2760c9;
    padding: 5px;
    color: #fff !important;
    
    }