@charset "UTF-8";
/* CSS Document */

.container {
	max-width: 960px;
	display: flex;
	flex-direction: column;	
	justify-content: space-around;
	margin: 0 auto;
}

.row1 {
    display: flex;
	justify-content: flex-end;
	margin: 0px;
}

.row2 {
    display: flex;
	margin: 0px;
}

.row3 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 100%;
	flex-direction: column;
	margin: 0px;
}

.container .imgHome{
  display: flex;
  width: 6%;
} 

.row3 .textBox {
	display: flex;
    flex-direction: column;
}
	
.container .text {
	display: flex;
	padding-top: 10px;
}

.container .backArrow {
	display: flex;
}

.container .textHeading {
	display: flex;
	font-size: 125%;
	padding-top: 20px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
  border: none;
}
