body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url('img/11.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-size: 65%;
}
.topnav {
  overflow: hidden;
  background-color: lightgray;
}

.topnav a {
  float: left;
  color: #007dbc;
  text-align: center;
  padding: 0.5vw 0.5vw;
  text-decoration: none;
  font-size: 1.2vw;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #007dbc;
  color: white;
}


.TableGym{
  margin-top: 0.1vw;
  width: 100%;
  height: 100%;
}
.leftContainerGYM{
  width: 65%;
  text-align: center;
  font-size: 3VW;
  color: white;

}
.rightConainerGYM{
    text-align: center;
    font-size: 3VW;

}
.mySlides
 {display:none;}