*{
    padding: 0;
    margin: 0;
}
#main_body{
    background: white;
    
/*  background: url("../media/img/bg.webp"); 
  background-repeat: no-repeat; do not repeat image
  background-attachment: fixed;
  background-size: 100% 200px; stretch image to fit windows size. you can also use cover instead*/
}
#banner{
    position: relative;
    top: 0;
    margin: 0;
    z-index: 10;
  width: 100%;
  height: auto;
  font-weight: 100;
  background: url("../media/img/bg.webp"); 
  background-repeat: no-repeat; /*do not repeat image*/
  background-attachment: fixed;
  background-size: 100% 200px; /*stretch image to fit windows size. you can also use cover instead*/
  color: #FF3300;
  padding-left: 20px;
  border-bottom: 2px solid #FF3300;
}

#osa_logo{
    width: 100%;
    height: 60px;
    background:url("../media/img/osa logo.png");
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    /*justify-content: space-around;*/ 
/*enables div to align horizontal*/
}
#banner_title{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: 0;
    font-size: 70px;
    flex-align: center;
}
#form_div{
    position: relative;
    width: 100%;
    height: auto;
    background: white;
    display: flex;
    /*justify-content: middle;*/
    alignment-adjust: middle;
    margin-top: 100px;
    border: 0;
}
#form_index{
    position: relative;
    alignment-adjust: middle;
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}
#index_table{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}
#table_heading{
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    border: 0;
}
#table_header_row{
    position: relative;
    text-align: center;
    font-size: 14px;
    font-family: arial;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    display: block;
}
#table_row_header{
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #1C123D;
    width: 100%;
    display: block;
    border: 0;
}
#table_body{
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 100%;
    display: block;
    border: 0;
}

#table_row{
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 100%;
    display: block;
    border: 0;
}
#table_data{
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 100%;
    display: block;
    border: 0;
}
#txtindexnum{
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 300px;
    height: 45px;
    border-radius: 10px;
    margin: 5px;
}

#table_row1{
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 100%;
    display: block;
    border: 0;
}
#table_data1{
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 100%;
    display: block;
    border: 0;
}
#index_verifier{
    width: 300px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: arial;
    font-size: 16px;
    color: white;
    /*text-decoration: underline;*/
    background: #FF3300;
    border: 0px;
    border-radius: 50px;
    border-bottom: 2px solid #1C123D;
}
#index_verifier:hover{
    background: brown;
    color: white;
    border-style:  solid;
    border-color: #888888;
}
#terms_header{
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 180px;
    color: grey;
    display: block;
    border: 0;
}
#terms_header_data{
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 13px;
    color: grey;
    display: block;
    border: 0;
}
#terms_hyper{
    position: relative;
    text-align: center;
    width: 100%;
    color: grey;
    display: block;
    border: 0;
}
#terms_hyper_data{
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    border: 0;
}
#terms_hyper_button{
    color: #FF6600;
    font-size: 8px;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
}
#div_footer{
    position: relative;
    margin: auto;
    width: 50%;
    height: auto;
    background: white;
    margin-top: 40px;
    display: flex;
    border: 0;
}
#table_footer{
    margin: auto;
    position: relative;
    width: 50%;
    height: auto;
    text-align: center;
    display: block;
    border: 0;
}
#table_footer_body{
    margin: auto;
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    border: 0px;
}
#play_footer_row{
    margin: auto;
    width: 100%;
    border: 0px;
    display: block;
}
#footer_data1{
    color: #1c123d;
    font-family: arial;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    border: 0;
}
#play_footer_data{
    height: 30px;
    border: 0;
}
#playstore_icon{
    width: 100px;
    height: 30px;
    position: relative;
    background: url("../media/img/playstore.png");
    background-repeat: no-repeat;/* do not repeat image*/
    background-color: transparent;
    border: 0px;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
}