.top_content{
    text-align: center;
}

.top_content img{
    width: 100vw;
    height: 35vh;
	object-fit: cover;
}

.top_content h1{
    position: relative;
    font-size: 50px;
    top: -25vh;
    text-shadow: 2px 3px 3px #fff;
    color: #333;
}

.top_content p{
    position: relative;
    top: -28vh;
    text-shadow: 2px 3px 3px #fff;
    color: #333;
}