body {
	font-family: "Exo2", serif;
	font-weight: 700;
}

.hero {
	height: 100vh;
	background-position: top;
}

.hero p {
	font-weight: 300;
}


#currentUser {
	color: #64baff;
	font-weight: 300;
}

#text{
  font-size: 2rem;
}


main {
	background-color: #011526;
	padding-bottom: 30px;
} 

.cover-container {
	width: 48%;
	height: 600px;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-inline: 0.5%;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease;
	cursor: pointer;
}

.cover-container h2 {
	font-weight: 600;
	position: relative;
	text-shadow: 0px 0 19px gray;
	color: #fff;
	top: 70%;
	left: 20px;
	font-size: 40px;
	text-transform: uppercase;
}

.cover-container:hover {
	transform: scale(1.03);
}

main a {
	font-size: 20px;
	color: #3d46f2;
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 60px;
}
