
 /*------------------------------------*\
  Font
\*------------------------------------*/
  
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;600&display=swap');
  

/*------------------------------------*\
  Styles
\*------------------------------------*/

html {
    height: 100%;
}
  

body
{
	font-family: 'Raleway', sans-serif;
	margin: 10px;
	background-image: linear-gradient(-60deg, #FFFFFF 0%, #acb1b9 100%);
}

::-moz-selection {
  color: white;
  background-color: #323060;
}

::selection {
  color: white;
  background-color: #323060;
}

a {
	font-style: normal;
	text-decoration: none;
}

a:hover {
	
}

h1 {
	font-size: 72px;
	font-weight: 100;
	letter-spacing: -4px;
}

.type {
	color: white;
	background-color: #323060;
	padding-right: 25px;
	
	padding-left: 25px;
	font-weight: 100;
}

h3{
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	color: #1f314a;
}

.div-box {
  margin-top: 50vh;
  transform: translateY(-50%);
  text-align: center;
}


.div-bas{
  position: absolute;
  display: table-cell;
  vertical-align: bottom;
  right: 0px;
  width: 95%;
  height: 45px;
  z-index: 9999;
  bottom: 0;
  text-align: right;
  padding-right: 40px;
  font-size: 13px;
  color: #adadad;
}

.div-bas a {
  color: #939393;
  text-decoration: none;
  cursor: pointer;
}

.div-bas a:hover {
  color: #5a5a5a;
  text-decoration: none;
}

@media only screen and (max-width : 768px) {

  .div-bas{
   text-align: center;
   padding-right: 0px;
  }
  

}


 @media only screen and (max-height : 350px) {
  
 	.div-bas {
 		display: none;
 	}
 	
}
    
    
    
    