body {
	font-family: 'Quicksand', serif;
	color: #F4E7DB;
	background-color: #122A33;
}

.header {
	text-align: center;
	padding-top: 5%;
	img {
		max-width : 40%;
		height : auto;
		}
}

#text01 {
	text-align: center;
	text-transform: none;
	color: #F4E7DB;
	font-family: 'Quicksand', monospace;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 1.5em;
	line-height: 1.875;
	font-weight: 400;
}

#text02 {
	text-align: center;
	text-transform: lowercase;
	color: #F4E7DB;
	font-family: 'Quicksand', monospace;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 2em;
	line-height: 1.875;
	font-weight: 400;
}

#text03 {
	text-align: center;
	color: #F4E7DB;
	font-family: 'Quicksand', monospace;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 1.5em;
	line-height: 1.875;
	font-weight: 400;
}

#text03:hover {
	color: rgb(236, 212, 103);
	text-decoration: none;
  }

#text03 a:link {
	color: #F4E7DB;
	text-decoration: none;
  }

  #text03 a:hover {
	color: rgb(236, 212, 103);
	text-decoration: none;
  }

#text03 a:visited {
	color: #F4E7DB;
	text-decoration: none;
  }

  #text03 a:active {
	color: #F4E7DB;
	text-decoration: none;
  }