
html, body {
    height: 120vh;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: Tajawal-Regular;
}
body {
    background: -webkit-linear-gradient(#001E3E, #2E8BC1);
    background: linear-gradient(#001E3E, #2E8BC1);
    background-repeat: no-repeat;
    min-height: 100%;
    display: flex;
    flex-direction: column;

}

.logo_style{
   width: 150px;
   padding: 20px;
}
.h1_gymAccess{
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    text-transform: uppercase;
    
}
@media screen and (max-width: 600px) {
    .h1_gymAccess{
        font-size: 25px;
    }
    
}
.p_style_download{
    color: #FA0;
    font-size: 20px;
    text-align: center;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}
.app_store_style{
    width: 150px;
    
}
.google_play_style{
    width: 150px;
  
}
.download_btn_a_style{
    text-decoration: none;
    color: white;
    border: unset;
    margin-top: 10px;
}
.download_btn_style{
    text-decoration: none;
    background-color: unset;
    border: unset;
    margin-top: 10px;
}
.btn_style{
    display:inline-block;
    padding: 20px;
    text-align: center;
}
.mobile_style{
    width: 100%;
    max-width: 250px;
    min-width: 100px;
    text-align: center;
    margin-top: 20px;
    margin-left: 66px;
}
.footer_styles{
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
   
    margin-top: 20px;
}
.google_play_style:hover{
background-color: black;
border-radius: 5px;
}
.app_store_style:hover{
background-color: black;
border-radius: 5px;
}
.a_styel_link{
    color: white;
    text-decoration: none;
    cursor: pointer;
}
.a_styel_link:hover{
    color: #58b1e5;
}
.header_style{
    background-color: #001E3E;
   
}
