.hello img {
	width:15vw;
	display: none;
}

.hello {
	font-family: didot;
	font-size: 60pt;
}

.name img {
	width:80vw;
	display:none;
}

.name {
	font-family: didot;
	font-size: 130pt;
	font-weight:bold;
}

.container1 {
	padding:10px;
	background-color:white;
	height:100vh;
}

.toptext {
	padding-top: 30vh;
}

.toptext2 {
	padding-top: 15vh;
}

.intro {
	font-family: didot;
	color:white;
	font-size: 60pt;
}

.container2 {
	padding:10px;
	background-color:black;
	height:100vh;
}

.project {
	width:50%;
	font-family: didot;
	font-size: 20pt;
	text-align:center;
	padding-bottom: 25px;
	padding-top:25px;
}

.project img {
	width:100%;
}

.projects {
	display: inline-flex;
	flex-wrap: wrap;
	width:100%;
}

.contact {
	font-family: didot;
	font-weight: bold;
	color:white;
	font-size: 30pt;
}


