* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: black;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
}
#intro {
	background: url(https://img.freepik.com/free-photo/man-using-laptop-night-top-view-web-banner-with-copy-space_169016-53607.jpg?ga=GA1.1.494652152.1749508497&semt=ais_hybrid&w=740);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 50vh;
	background-repeat: no-repeat;
}
