/* Reset */ *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: 'GOST type B';
    src: url('fonts/gost/gosttypeb.eot'); /* IE9 Compat Modes */
    src: url('fonts/gost/gosttypeb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/gost/gosttypeb.woff') format('woff'), /* Modern Browsers */
         url('fonts/gost/gosttypeb.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/gost/gosttypeb.svg#Gost Type B') format('svg'); /* Legacy iOS */
}


html, body{
        height: 100%;
	font-family: "Play", sans-serif;
	letter-spacing: 0.027em;
	font-style: normal;
        font-weight: 400;
        box-sizing: border-box;
        scroll-behavior: smooth;
}


body {
  background-color: rgba(17, 8, 71);
  background-image: url("volkovspace.png"); /* Set the image URL */
  background-repeat: no-repeat;            /* Prevent the image from tiling */
  background-position: center center;      /* Center the image on the page */
  background-size: cover;                  /* Scale the image to cover the entire viewport */
  background-attachment: fixed;            /* Fix the image position relative to the viewport */
}


h1{
        margin-top: 20px;
        margin-bottom: 40px;
        font-family: "Play", sans-serif;
        font-size: 1.5em;
        color: rgba(87, 255, 255);
        font-weight: 400;
        font-style: normal;
}


h2{
        position: relative;
        display: inline;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: "Play", sans-serif;
        font-size: 1.25em;
        color: rgba(220, 220, 255);
        font-weight: 400;
        font-style: normal;
}

h3 {
        font-family: "Play", sans-serif;
        font-size: 1.1em;
        color: rgba(100, 220, 240);
        font-weight: 400;
        font-style: normal;
}

p {
        font-family: "Play", sans-serif;
        font-size: 1.25em;
        color: rgba(220, 220, 255);
        font-weight: 300;
        font-style: normal;
        line-height:1.4em;
        padding-top: 17px;
        padding-bottom: 17px;
}

a {
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
        text-decoration: none;
        color: rgba(220, 90, 125);
}



.music {
  color: rgba(255, 99, 177);
  text-align:center;
}


.words {
  color: rgba(87, 225, 255);
  text-align:left;
}



p:hover span {
    opacity: 1 !important;
}

.news{
  background-color: rgba(17, 26, 77, 0.8);
  border-bottom: 1px solid rgb(87, 255, 255);
  position: relative;
}


.disclaimer {
  font-size: 1.17em;
  font-style: italic;
  color: rgb(170,170,255);

}



.inner_space {
  display: flex; /* Enables flexbox layout for the container */
  justify-content: center; /* Centers the box horizontally along the main axis */
  align-items: center; /* Centers the box vertically along the cross axis */
  /*height: 100vh;  Makes the container full height of the viewport (or a specific height) */
  /*width: 100%;*/
}



.walking_box {
  background-color: rgba(8, 7, 62, 0.762);
  padding: 55px 55px 55px 55px;
  max-width: 789px;
  border-left: 1px solid rgb(87, 100, 255);
  /*display: flex;*/
  justify-content: center;
  margin-top:77px;
  margin-bottom:77px;
  
}




@media only screen and (max-width: 577px) {
	.walking_box{
		padding: 55px 27px 55px 27px;
		font-size: 1.1em;
	}
        p {
          font-size: 1.05em;;      
        }
}





