

@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Muli:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');






html,
body {
    height: 100%;
    width: 100%;
    font-family: 'Muli', sans-serif;
    color: var(--black);
    margin: 0;
    padding: 0;
    background: url(/avoblur.jpg) no-repeat center center fixed; 
    background-size: cover;
}

a{
    text-decoration: none;
    color: white;
}


.typewrite {
    font-family: 'Dancing Script', cursive;
    font-size: 85px;
    color: white;
}

a:hover {
    color: darkgreen;
    transition: 0.3s ease;
}

h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 85px;
    color: white;
}

p1 {
    color: white;
}

.bg-text {
    padding: 30px;
}

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

    .typewrite {
        font-size: 65px;
    }

}

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

    .typewrite {
        font-size: 50px;
    }

}

.lgnButton {
	background-color:#009929;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
    margin: 10px;
    float: right;
}
.lgnButton:hover {
    background-color:#256b00;
    color: white;
}
.lgnButton {
	position:relative;
	top:1px;
}
