@import url('https://fonts.googleapis.com/css2?family=Kavoon&family=Overpass:wght@100&family=Roboto:wght@100&family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kavoon&family=Roboto:wght@100&family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&family=Kavoon&family=Overpass:wght@100&family=Roboto:wght@100&family=Shadows+Into+Light&display=swap');

body{
	background-color: rgb(0, 0, 0);
}

p{
	color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
	font-size: 25px;
}
h1{
	color: rgb(255, 255, 255);
	font-size: 125px;
	font-family: 'Overpass', sans-serif;
    text-align: center;
}

h2{
	color: rgb(255, 255, 255);
	font-size: 50px;
	font-family: 'Cormorant Garamond', serif;
}
li{
    color: rgb(255, 255, 255);
	font-size: 25px;
}
address{
    color: rgb(131, 207, 255);
	font-size: 15px;
}
footer{
    color: rgb(255, 255, 255);
	font-size: 15px;
}
img{
	height:400px;
	width: 1000px;
    text-align: center;

    display: block;
    margin: auto;
}