html{background-color:rgb(245, 242, 242);}
.content {
flex: 1;
padding: 10px;
overflow: hidden;
text-align: center;}
.content h1 {
font-size: 48px;
font-weight: bold;
font-family: Georgia;}
header {
display:flex;
flex-direction:column-reverse;
font-size: 88px;
font-weight: bold;
font-family: Georgia;
text-align: center;}
#fitness_image{width:1000px;height:250.375px;}
@media (max-width: 1330px) {
#fitness_image{ width:750px;height:187.78125px;}}
/* 968PX  */
@media (max-width: 968px) {
.content h1 { font-size: 38px;}
header {font-size: 60px;}}
/* 768PX  */
@media (max-width: 768px) {
#fitness_image{ width:375px;height:93.890625px;}
.image_container{height:75%;}}
/* 414PX  */
@media (max-width: 414px) {
.content h1 { font-size: 30px;}
header {font-size: 48px;}}