* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue",  Arial, sans-serif;
  margin: auto;
}

body {
	background-color: #050505;
}

.space {
	width:100%;
	height: 60px;
}

.flexcol {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 1000px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.flexcol > h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	align-items: center;
	text-align: center;
	color: #FAFAFA;
}

.flexcol > p {
	color: #FAFAFA;
	font-size: 12px;
}

.logo {
  margin: auto;
  align: center;
}

.logo > img {
  width: 160px;
  height: 320px;
  align: center;
}

.header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
}
  
.header > h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FAFAFA;
}

.header > h3 {
  text-align: center;
  color: #ffcd00;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
}

.header > p {
	text-align: center;
	color: #FAFAFA;
	margin-top: 25px;
	font-size: 24px;
}

h3 {
color: #ffcd00;
align: center;
font-size: 36px;
font-style: normal;
font-weight: 600;
margin-top: 40px;
}

p {
	color: #FAFAFA;
}

.flexcol-team {
	display: flex;
	flex-direction: column;
	width: 1000px;
}

.flexcol-team > h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	align-items: center;
	text-align: center;
	color: #FAFAFA;
}

.flexcol-team > img {
	width: 200px;
	height: 200px;
	margin-top: 25px;
}

.flexcol-team > p {
	color: #FAFAFA;
	font-size: 16px;
	text-align: center;
	margin-top: 25px;
}

.learn-more > a > button {
  background: #ffcd00;
  border-radius: 4px;
  border: none;
  width: 180px;
  height: 55px;
  color: #000000;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}