html {
}

body {
	font-family: 'Roboto', sans-serif;
	color: white;
	font-size: 1.4vw;
	background-color: #121c24;
}

a {
	text-decoration: none;
	color: white;
}

.header {
	font-family: 'Permanent Marker', cursive;
	color: white;
	font-size: 4vw;
	margin-left: 5vw;
	z-index: 100;
	position: fixed;
}

.image-1 {
	background: url("frends.jpg");
	background-color: #121c24;
	position: fixed;
	top: 0;
	left: 0;
	background-size: cover;
	width: 100vw;
	height: 100%;
	background-repeat: none;
	margin-top: 0px;
	margin-left: 0px;
	padding: 10px;
	z-index: -1;
}

.blank-space {
	height: 70vh;
}

.text {
	line-height: 160%;
	background-color: #121c24;
	width: 100vw;
	margin: 0;
	padding-top: 7vh;
	padding-bottom: 7vh;
	left: 0;

}

.actual-text {
	width: 80vw;
	margin: auto;
}

.circle {
	width: 1.25vw;
	height: 1.25vw;
	margin: 0.5vw;
	border-radius: 50px;
	background-color: #32358f;
	display: inline-block;
}