*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
}

body{
		background-image: url("./img/316.png");
	background-repeat: no-repeat;
	background-size: cover;
}





.wrapper-background h1 {
	font-size: 80px;
    text-align: center;
    color: #fff;
    margin-top: 205px;
    /* font-family: 'Oswald', sans-serif; */
    /* font-family: 'Roboto Mono', monospace; */
    font-family: 'Style Script', cursive;
  
}

.wrapper-background p{
	color: #fff;
	text-align: center;
	font-family:   font-family: 'STIX Two Text', serif;
	font-size: 30px;
}

.under{
	
	width: 250px;
}

.logo img{
	width: 200px;
	position:absolute;
	top: 50px;
	left: 50px;
	border: 2px solid #000;
}

