@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{
	text-align: center;
	background-color: rgb(0, 0, 0);
}

p{
	color: rgb(255, 255, 255);
	font-size: 25px;

}
h1{
	color: rgb(255, 255, 255);
	font-size: 100px;
	font-family: 'Cormorant Garamond', serif;
}

h2{
	color: rgb(255, 255, 255);
	font-size: 50px;
	font-family: 'Shadows Into Light', cursive;
}

h3{
	color: rgb(255, 255, 255);
	font-size: 40px;
	font-family: 'Overpass', sans-serif;
}
img{
	height:300px;

    display: block;
    margin: auto;
}

p{
	background-color: rgb(0, 0, 0);
}

.Photo{
	transition: 0.5s;
}

.Photo:hover{
	height: 400px;
}

.montagnes{
	transition: 0.5s;
}

.montagnes:hover{
	height: 200px;
}
a{
	height:300px 
}