@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: "Poppins", sans-serif;
	  font-weight: 300;
	  font-style: normal;
	  font-size: 0.9em;
	
	  line-height: 1.7em;
	  background: #1b1a36 url(../images/bg.png) right bottom no-repeat fixed;
	  background-size: 300px;
	  
	  
}

.logo {padding: 50px 30px 10px 30px;}

.text {padding: 10px 340px 50px 30px;
	color: #FFFFFF;
	max-width: 700px;
}

.text a {
	color: #76c4c9;
	 font-family: "Gochi Hand", cursive;
	 font-size: 1.6em;
	 text-decoration:none;
}

h3 {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.3;
}

.logo img {
	width: 200px;
}

.highlight {

	   font-family: "Gochi Hand", cursive;
	  font-weight: 400;
	  color: #76c4c9;
	  font-size: 1.6em;
	  line-height: 1em;
	
}


@media (max-width: 798px) {
    body {
        background-attachment: scroll;
    }

    .text {
        padding: 10px 30px 350px;
        max-width: 100%;
    }
    
    h3 {
    font-size: 1.1em;
}
}