

body{
	background: transparent;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 25px;
	letter-spacing: 2px;
	color: #53657d;
	text-align: center;
}
.block-pad{
	max-width: 645px;
	display: flex;
	justify-content: center;
	position: fixed;	
	margin-top: -350px;
	
}

.container a {
    display: flex;
    min-width: 175px;
    padding: 25px 35px;
    margin: -30px;
    border-radius: 25px;
    color:#f5f8fa;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.block-btn-grey {
    background: transparent;
}

.block-btn-grey a {
    background: #016db8;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.1),
        -6px -6px 10px -1px rgba(152, 159, 163, 0.7);
}

*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: sans-serif;
	text-decoration: none;
}

footer{
	width: 100%;
	background: #202020;
	color: white;
}

.container-footer-all{
	width: 100%;
	max-width: 1920px;
	margin: auto;
	padding: 40px;
}
.container-body{
	display: flex;
	justify-content: space-between;
}

.colum1{
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	max-width: 400px;
}
.colum1 h1{
	font-size: 20px;
}
.colum1 p{
	font-size: 18px;
	color: #C7C7C7;
	margin-top: 50px;	
}

.colum2{			
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	max-width: 400px;
}

.colum2 h1{ 
	font-size: 20px;      
 }
.row{ 
 	margin-top: 30px;
 	display: flex;
  }
.row img{
  	width: 50px;
  	height: 50px;
  }
.row label{  	
  	font-size: 18px;
  	margin-top: 15px;
  	margin-left: 15px;  
  	color: #c7c7c7;
 }
.colum3{
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	max-width: 400px;
	
}
.colum3 h1{
	font-size: 20px;
}
.row2{
	margin-top: 30px;
	display: flex;	
}
.row2 img{
	width: 50px;
	height: 50px;
}
.row2 label{
	font-size: 18px;
	margin-top: 15px;
	margin-left: 15px;
	color: #c7c7c7;
}

.container-footer{
	width: 100%;
	background: #101010;	
}
.footer{
	font-size: 12px;
	max-width: 1920px;
	margin:auto;
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
.Copyright{
	color:#C7C7C7;
}
.Copyright a{
	text-decoration: none;
	color: white;
	font-weight: bold;	
}
.Information a{
	text-decoration: none;
	color: #C7C7C7;
}
@media screen and (max-width: 1100px) {
	.container-body
	{
		flex-wrap: wrap;    
	}
	.colum1{
		max-width: 100%
	}
	.colum2,
	.colum3{
		margin-top: 40px;
	}
    .block-pad{
    	margin-top: -30px;
    }
}