@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&family=Shantell+Sans:ital,wght@1,300&display=swap');

html {
    overflow-y: hidden; 
    scroll-behavior: smooth;
}

body{
    margin: 0;
}

a{
      text-decoration: none;
}

#page{
    overflow-y:scroll;
    height: 100vh;
    width: 100vw;
    /*background-image: url('../img/bg/Nebula Aqua-Pink.png');*/
}

#lending{
    background-image: url('https://s1.1zoom.ru/big3/944/Geography_Stars_Balls_452628.jpg');
    height: 100vh;
    width: 100vw;
    background-size:  cover;
     background-repeat:   no-repeat;
      background-position: center center;
      
        text-align: center;
}

#lending:before{
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#center-center{
  display: inline-block;
  vertical-align: middle;
}

#h1-{
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 80px;
    color: #ffffff;
	text-shadow: 
		-0   -2px 0   #000000,
		 0   -2px 0   #000000,
		-0    2px 0   #000000,
		 0    2px 0   #000000,
		-2px -0   0   #000000,
		 2px -0   0   #000000,
		-2px  0   0   #000000,
		 2px  0   0   #000000,
		-1px -2px 0   #000000,
		 1px -2px 0   #000000,
		-1px  2px 0   #000000,
		 1px  2px 0   #000000,
		-2px -1px 0   #000000,
		 2px -1px 0   #000000,
		-2px  1px 0   #000000,
		 2px  1px 0   #000000,
		-2px -2px 0   #000000,
		 2px -2px 0   #000000,
		-2px  2px 0   #000000,
		 2px  2px 0   #000000,
		-2px -2px 0   #000000,
		 2px -2px 0   #000000,
		-2px  2px 0   #000000,
		 2px  2px 0   #000000;
}
#h2-{
    font-family: 'Play', sans-serif;
    font-weight: 400;
    font-size: 60px;
    color: #ffffff;
  	text-shadow: 
		-0   -1px 0   rgba( 0, 0, 0, 0.3 ),
		 0   -1px 0   rgba( 0, 0, 0, 0.3 ),
		-0    1px 0   rgba( 0, 0, 0, 0.3 ),
		 0    1px 0   rgba( 0, 0, 0, 0.3 ),
		-1px -0   0   rgba( 0, 0, 0, 0.3 ),
		 1px -0   0   rgba( 0, 0, 0, 0.3 ),
		-1px  0   0   rgba( 0, 0, 0, 0.3 ),
		 1px  0   0   rgba( 0, 0, 0, 0.3 ),
		-1px -1px 0   rgba( 0, 0, 0, 0.3 ),
		 1px -1px 0   rgba( 0, 0, 0, 0.3 ),
		-1px  1px 0   rgba( 0, 0, 0, 0.3 ),
		 1px  1px 0   rgba( 0, 0, 0, 0.3 ),
		-1px -1px 0   rgba( 0, 0, 0, 0.3 ),
		 1px -1px 0   rgba( 0, 0, 0, 0.3 ),
		-1px  1px 0   rgba( 0, 0, 0, 0.3 ),
		 1px  1px 0   rgba( 0, 0, 0, 0.3 );
}
#h3-{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
    font-size: 50px;
    color: #000;
    	text-shadow: 4px 3px 2px #4d4d4d;
}

#text-black{
    font-family: 'Shantell Sans', cursive;
    font-weight: 400;
    font-size: 30px;
    text-align: justify;
    color: #000;
}

#button{top: 30px;
padding: 5px 35px;
    position: relative;
    color: #ffffff;
    font-family: 'Play', sans-serif;
  transition: .1s ease-in-out;

    font-weight: 400;
    font-size: 60px;
    text-decoration: none;
    border-top: 3px double #fff;
    border-bottom: 3px double #fff;
    	text-shadow: 
		-0   -1px 0   #000000,
		 0   -1px 0   #000000,
		-0    1px 0   #000000,
		 0    1px 0   #000000,
		-1px -0   0   #000000,
		 1px -0   0   #000000,
		-1px  0   0   #000000,
		 1px  0   0   #000000,
		-1px -1px 0   #000000,
		 1px -1px 0   #000000,
		-1px  1px 0   #000000,
		 1px  1px 0   #000000,
		-1px -1px 0   #000000,
		 1px -1px 0   #000000,
		-1px  1px 0   #000000,
		 1px  1px 0   #000000;
}
#button:hover{

    font-size: 65px;
padding: 5px 15px;
    border-top: 0px double #fff;
    border-bottom: 0px double #fff;
    border-left: 3px double #fff;
    border-right: 3px double #fff;
    
}


@media screen and (max-width: 950px) {
#h1-{
font-size: 8vw;
}
}

.sqr {
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
background: #F0F4F7;
    min-width: 400px;
    min-height: 400px;
    max-width: 400px;
    max-height: 400px;
    margin: 15px;
    width: 32vw;
    height: 32vw;
    padding-bottom: 20px;
    display: inline-block;
  transition: 0.5s ease-in-out;
 }
 
 .sqr:hover{
     transform: scale(1.05, 1.05);
 }
 
#wrapper{
  margin: 0 auto;
  text-align: center;
}





        /* The navigation bar */
        .navbar {
            display: none;
            z-index: 5;
            overflow: hidden;
            background-color:rgba(185, 161, 212, 0.8);
            border-radius: 20px 20px 0 0;
            position: fixed;
            /* Set the navbar to fixed position */
            width: 100%;
            /* Full width */
            bottom: 0;
            /* Position the navbar at the bottom of the page */
        }
        /* Links inside the navbar */
        .navbar a {
            font-size: 25px;
            display:inline-block;
            color: #000;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
            font-family:'Comfortaa', cursive;
        }
        /* Change background on mouse-over */
        .navbar a:hover {
            border: 1px solid rgba(0, 0, 0, 0.3);
            border-radius: 20px;
            padding: 13px 15px;
            color: black;
            background-color: #fff;
        }
        /* Main content */
        .main {
            margin-bottom: 30px;
            /* Add a bottom margin to avoid content overlay */
        }
        
        
        
#back{
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    font-family: 'Play', sans-serif;
    font-size: 25px;
    width: 120px;
    right: 150px;
    color: #fff;
    padding: 5px 0 0 0;
    height: 35px;
    text-align: center;
    background-image: url('../img/bg/Nebula Blue.png');
    position: absolute;
    /*top: 0px;*/
    opacity: 0.15;
  transition: 0.5s ease-in-out;
}
#back:hover{
    opacity: 1;
}
