:root{
    --color-main:yellow;
    --color-gradient-main:orange;
    --color-gradient-main-hover:rgb(206, 134, 0);
    --color-main-hover:rgb(221, 221, 0);
    --color-90:white;
    --font-colot:black;
    --anti-font-color:white;
    --background-grey:rgb(231, 231, 231);
    
    --fs-navbar:25px;
    --fs-main-title:85px;
    --fs-subtitle:65px;
    --fs-subtitle-a:35px;
    --fs-standart:30px;
    --fs-standart-btn:25px;
  }
  
  h1,h2,h3{
    font-size: unset;
  }
  .quiz_object_header{
    height: 60vh;
  }
  
  .add_authors_icon{
    width: 100%;
    height: 400px;
    border-radius: 100%;
  }