body {
	font-family: Times New Roman;
	height: 100%;
	margin: 0;
	text-align: center;
	width: 100%;
    background: url("https://render.fineartamerica.com/images/rendered/medium/print/images/artworkimages/medium/2/sunset-at-sutro-baths-4-tran-boelsterli.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    
}

h1 {
	font-size: 48px;
}

h2 {
	color: #ffffff;
	font-size: 56px; 
}

h3 {
    color: #ff3f69;
    font-size: 36px;
    margin-left: 300px;
    margin-right: 300px;
}

p {
	color: #550EC9;
	font-size: 36px;
	text-decoration: none;
}

.happy{
    font-size: 24px;
    margin-right: 100px;
    margin-left: 100px;
    text-align: justify;
}

.boxed{
    background-color: #FFFFFF;
    max-width: 800px;
    max-height: ;
    margin: 100px auto 0;
    text-align: justify;
}

#footer {
	color: DarkSlateGray;
	font-size: 16px;
}


