html, body {
        margin: 0;
        padding: 0;
		overflow:auto !important;
    }
    iframe {
	width:100%;
	height:100%;
    }
    .btn-style{
    padding:6px !important;
    border-radius:8px !important;
    background:#0474c0 !important;
	color:#fff !important;
    }
    .heart {
		animation:clrchange1 500ms linear infinite alternate;
		}
		@keyframes clrchange1{
		from{filter:grayscale(0%)}
		to{filter:grayscale(100%)}
		}	
#grad1 {
		background-image: linear-gradient(to left, violet, indigo, red, green, blue, orange, red) !important;
		-webkit-background-clip: text !important;
		color: transparent !important;
		text-transform:uppercase;
		font-weight:bold !important;
		text-align:center;
		}
		.logo{
		    min-width:500px;
		}
		.text-center{
		    text-align:center !important;
		}
		.red{
		    color:#0474c0 !important;
		}
    