body {
    margin-left: 40px;
}
.header_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.image_label {
    font-family: Calibri;
    font-size: medium;
    text-align: center;
}
.style1 {
	color: #990000;
	font-size: xx-large;
}
.style6 {
	font-family: Calibri;
	font-size: large;
}
.style8 {
	border-width: 0px;
}
.style9 {
	font-family: Calibri;
	font-size: xx-large;
	text-align: center;
	color: purple;
}
.style11 {
	font-size: xx-large;
	color: #990000;
	font-family: Calibri;
}
.style12 {
	font-family: Calibri;
	text-align: center;
	font-size: xx-large;
	color: #990000;
	font-weight: bold;
}
.style13 {
	color: #000000;
}
.style14 {
	text-decoration: none;
}
.style15 {
	color: #0000FF;
}
.outly {
    margin-right: 20px;
    display: flex;
    /* align-items: center; */
    /* margin-left: 20px; */
}
img {
    /* causes images in flex to shrink/stretch with browser resize */
    max-width: 100%;
}
.outly_column_left {
    padding-top: 35px;
    padding-right: 35px;
}
.outly_app_icons {
    display: flex;
}
.outly_apple {
    padding-right: 10px;
}