body{
    background-image: url(fitness-park-9.webp);
}
h1{
    color: rgb(255, 250, 250);
    text-align: center;
    font-family: serif;
    font-size: 25px;
    text-decoration:underline 2px solid;
    background-color: black;
    margin: 0;
    
}
ol{
    margin-top: 0%;
    width: 100%;
    padding: 0;
    margin: 0%;
    font-size: 0;
}
li{
    box-sizing: border-box;
    background-color:black;
    display: inline-block;
    width:32.3%;
    font-size: 16px;
    text-align: center;
    color: orange;
    padding: 1% 0;
    border-right: solid 1px black;
    font-weight: bolder;
}
a {
  color: inherit; 
  text-decoration: none; 
}


a:hover {
  text-decoration: underline; 
}
h2{
    color: white;
    text-align: center;
}
h3{
    color: orange;
    text-align: center;
    margin-top: 100px;
}
article{
    font-size: 25px;
    margin-top: 0;
}
p{
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
}
h1{
    color: orange;
    margin-top: 100px;
}
img{
    width: 200px;
    display: inline-block;
    text-align: center;
    margin: auto;
}
.article{
    display: flex;
}
article :last-child {
    float: right;
}
