@import url('https://fonts.googleapis.com/css?family=Exo+2&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');

body {
    background: #06090E;;
/*    background-image: url('/img/back.jpg');
    background-repeat: no-repeat;
    background-position: top center; */
    color: #FFFFFF;
    font-family: "Exo 2";
    font-size: 14px;
    }

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  padding-bottom: 30px;
  margin: 30px 0;
}

#anycomment-app {
    color: #ffffff !important;
}

.card {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
}

.youtube_player {
    max-width: 960px;
    height: 100%;
}

.hr1 {
    height: 5px !important;
    background: url(/img/hr_bg.png) repeat center;
    border: none;
    margin: 0px !important;
    opacity: 1 !important;
}