* {
}

.index-bg {
		background-image: linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0)), url("pexels-pixabay-325944.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		width: 100vw;
		height: 100vh;
		position: relative;
		}

