  @import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

html, body {
    overflow: hidden;
  }
.margin_null{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.background{
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F6FFFC 49%, #C6FFEC 100%) 0% 0% no-repeat padding-box;
    width: 100vw;
    height: 100vh;
    background-size: auto;
    display: grid;
place-items: center;
position: relative;
}

.img_logo{
    width: 50vw
}
p{
    text-align: center;
    font-size: 40px;
    font-family: 'Comfortaa', cursive;
    font-weight: 100;
    color: #606060;
}
a{
    text-decoration: none;

}
.logo{
    position: absolute;
    top: 80px;
}
.contact{
    text-align: center; 
    position: absolute;
    bottom: 50px;
}
.contact_img{
    width: 100px;
}
.contact_text{
    width: 300px;
    font-size: 20px;
    padding-top: 0px;
    text-align: center;

}
.click{
    position: relative;

}
.arrow{
    position: absolute;
    left:-20px;
    top: -90px;
}
.click_here{
    width: 60px;
    font-size: 12px;
    padding-top: 0px;
    text-align: center;
    left: -7px;
    position: absolute;
    top: -70px;
}

@media (max-width: 991px){
    p{
        font-size: 25px;
    }
    .img_logo{
        width: 80vw
    }
    .contact{
        bottom: 80px;
    }
    .contact_img{
        width: 50px;
    }
    .contact_text{
        width: 200px;
        font-size: 12px;
    }
    .arrow{
        position: absolute;
        left:-8px;
        top: -70px;
        width: 100px;
    }
}
.bttn{
    display: block;
    margin: auto;
    text-align: center;
  
}
.pdf{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.download_bttn {
    text-align: center;
	background-color: #008f8d;
	border-radius:28px;
	border:none;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	padding:8px 20px;
	text-decoration:none;
}
.download_bttn:hover {
	background-color:#c6ffec;
    color:#008f8d;
}
.download_bttn:active {
	position:relative;
	top:1px;
    background-color:#c6ffec;
    color:#008f8d;
}
