body {
  margin: 0;
}     
.hero {
    display: flex;
    flex-direction: column;
    background-image:  	linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
						url("OceanAveProjectRender.png");
    height: 100vh;
    align-self: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    align-items: center;
    justify-content: center;
}
      
.text h1 {
	font-family: Montserrat;
	font-size: clamp(2em, 5vw, 3em);
	color: white;
	padding: 0;
	margin: 10px 0;
	font-weight: 500;
	font-style: normal
}

.text p {
	font-family: Montserrat;
	font-size: clamp(1em, 3vw, 1.5em);
	color: white;
	padding: 0;
	margin: 10px 0;
	font-weight: 500;
	font-style: normal;
	text-align: right;
}