
.flex {
	display: flex;
	width: 100%;
	margin top: 20px;
	margin-bottom: 20px;
	margin-right: 0;
	margin-left: 0;
}

.yellow-2 {
	background-color: #f4bd00;
	width: 200px;
	height: 250px;
	padding-top: 750px;
	padding-left: 15px;
	font: normal 12px Futura, Arial black, sans-serif;
	color: white;
}

.blue {
	background-color: #5ab3ec;
	width: 600px;
	height: 200px;
	opacity: 0.7
	padding-left: 200px;
}

.space-around {
	justify-content: space-around;
}

.space-between {
	justify-content: space-between;
}

.flex-end {
	justify-content: flex-end;
}

.flex-vertical {
	display: flex;
	height: 400px;
	flex-direction: column;
}

.flex-start {
	justify-content: flex-start;
}


.grey-background {
	background-color: #f4f4f4;
	width: 1500px;
	height: 1500px;
	margin-top: -200px;
}

.center {
	justify-content: center;
}


.title {
    font: normal 70px Futura, Arial black, sans-serif;
    margin-left: 450px;
    margin-top: 200px;
    color: lightgray;
}

.shadow {
    font: normal 131px Futura, Arial black, sans-serif;
    margin-left: 105px;
    margin-top: -190px;
    color: black;
}

.h1 {
    font: normal 14px Futura, Arial black, sans-serif;
    margin-left: 700px;
    margin-top: -1150px;
    color: #606060;
}

.image {
	margin-left: 250px;
	border-radius: 30px;
}

.image-1 {
	margin-left: 250px;
	margin-top: 100px;
	border-radius: 30px;
}

.image-2 {
	margin-left: 250px;
	margin-top: 100px;
	border-radius: 30px;
}

.line {
  border:none;
  border-top:10px dotted;
  color:#000;
  height:10px;
  width:10%;
  margin-left: 675px;
  margin-top: -600px;
}

.line-1 {
  border:none;
  border-top:10px dotted;
  color:#000;
  height:10px;
  width:10%;
  margin-left: 675px;
  margin-top: 355px;
}

.line-2 {
  border:none;
  border-top:10px dotted;
  color:#000;
  height:10px;
  width:10%;
  margin-left: 675px;
  margin-top: 355px;
}
