body {
  	background: #3F3E3E;
  	padding: 15px;
  	font-family: 'Poppins', sans-serif;
  	opacity: 0;
}
.container-links {
  	margin: 0 auto;
  	max-width: 450px;
  	background: #242424;
  	padding-bottom: 60px;
}
img {
	max-width: 100%;
	display: block;
}
.logo {
    /*width: 200px;*/
    margin: -110px auto 0 auto;
    border-radius: 50%;
}
p {
	max-width: 300px;
    margin: 20px auto;
    text-align: center;
    color: #f5660d;
    font-size: 20px;
    line-height: 26px;
}
.div-link {
    background: #E0D0C3;
    width: 85%;
    margin: 15px auto 0 auto;
    padding: 10px 35px;
    border-radius: 30px;
    height: 60px;
    transition: .2s ease-in-out;
}
.div-link:hover {
	background: #f5660d !important;
}
.div-link a {
	color: #2D2D2D;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
    align-items: center;
}
.img-link {
	width: 60px;
    display: inline-block;
}
.img-link img {
	max-height: 40px;
	vertical-align: middle;
}
