.logo {
    width: 450px;
/*     border-radius: 15px; */
}

.mood {
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), to(rgba(250, 250, 250, 0.5)));
    /* border-radius: 25px; */
}

#tram {
    width: 25%;
    display: block;
    animation: alternate ease-in-out;
    animation-iteration-count: 10;
    animation-name: tram;
    animation-duration: 5s;
    animation-delay: 2s;
}

@-webkit-keyframes tram {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(300%);
    }
}

.layoutPart {
    background: linear-gradient(90deg, rgba(228,78,0,1) 0%, rgba(253,178,221,1) 20%, rgba(246,214,88,1) 40%, rgba(8,47,101,1) 60%, rgba(170,214,251,1) 80%);',
}

.tag_sik_beg {
    background: #fffbf0;
    color: #b88500;
  } 
  .tag_sik_int {
    background: #eff4fd;
    color: #15479f;
  }
  
  .tag_sik_int_adv {
    background: #f4f9f2;
    color: #4a783a;
  }
  
  .tag_sik_adv {
    background: #fbf0f0;
    color: #912222;
  }
  
  .tag_sik_beg_int {
    background: #e7e3f1;
    color: #413068;
  }