@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {

    margin: 10;
    padding: 0;
    
    
    
    
    
}

html{

    width: 100%;
    max-width: 100%;

}

body {

    font-family: "Courier Prime", serif;
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    color: black;
    overflow-x: hidden;
    background-color: rgb(209, 209, 209);

}

h1 {
    font-size: 26px;
    font-weight: normal;
  
  }

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    
    text-decoration: underline;
    
}

.page {

    background: #fff; 
    box-shadow: 0 0 10px rgba(0,0,0,0.1); 
    padding: 100px 0px 200px 0px;
    max-width: 800px;
    margin: 0px auto;
    
    
}


.container {


    max-width: 800px;
    margin: 0px auto;
    
    
}



/* @media  (max-width:375px){  
    .s_button-block {

        padding: 0px 0px 0px 0px;

        
    } */



.os-story {
    padding: 50px 50px 50px 50px;
    text-align: center; 
    
}

.button-block {
    /* background: #f25959; */
    max-width: 580px;
    padding: 50px 0px 50px 0px;
    margin: 0px auto;
    text-align: center; 

}

.s_button-block {
    /* background: #f25959; */
    max-width: 800px;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center; 

}

.button {
    font-family: "Courier Prime", serif;
    background-color: rgb(209, 209, 209);
    border: none;
    color: rgb(0, 0, 0);
    border-radius: 12px;
    padding: 15px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;

  }

  .button:hover {

    color: rgb(255, 255, 255);
    text-decoration: none;

  }

  .button:focus {

    color: rgb(0, 0, 0);
    text-decoration: none;

  }

  .button::after {

    color: rgb(0, 0, 0);
    text-decoration: none;

  }

  .button_app {
    font-family: "Courier Prime", serif;
    background-color: rgb(209, 209, 209);
    border: none;
    color: rgb(0, 0, 0);
    border-radius: 12px;
    padding: 15px 22px;
    text-align: center;
    text-decoration: none;
    
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    display: none;
  }

  .button_app:hover {

    color: rgb(255, 255, 255);
    text-decoration: none;

  }

  .button_app:focus {

    color: rgb(0, 0, 0);
    text-decoration: none;

  }

  .button_app::after {

    color: rgb(0, 0, 0);
    text-decoration: none;

  }

  .s_button_icon_sh {

    width: 40px;
    height: 40px;
    border-radius: 45%;
     border: none;
    background-image: url('/img/s_icon_sh.png');
    background-size: cover;
    opacity: 1;
    cursor: pointer;
    
}

.s_button_icon_sh:hover {
    opacity: 0.35
}

.s_button_icon_sh:focus {
    opacity: 1
}


.s_button_icon_fb {

    width: 40px;
    height: 40px;
    border-radius: 45%;
     border: none;
    background-image: url('/img/s_icon_fb.png');
    background-size: cover;
    opacity: 1;
    cursor: pointer;
    
}

.s_button_icon_fb:hover {
    opacity: 0.35
}

.s_button_icon_fb:focus {
    opacity: 1
}

.s_button_icon_tw {

    width: 40px;
    height: 40px;
    border-radius: 45%;
     border: none;
    background-image: url('/img/s_icon_tw.png');
    background-size: cover;
    opacity: 1;
    cursor: pointer;
    
}

.s_button_icon_tw:hover {
    opacity: 0.35
}

.s_button_icon_tw:focus {
    opacity: 1
}

.s_button_icon_tg {

    width: 40px;
    height: 40px;
    border-radius: 45%;
     border: none;
    background-image: url('/img/s_icon_tg.png');
    background-size: cover;
    opacity: 1;
    cursor: pointer;
    
}

.s_button_icon_tg:hover {
    opacity: 0.35
}

.s_button_icon_tg:focus {
    opacity: 1
}

.s_button_icon_wa {

    width: 40px;
    height: 40px;
    border-radius: 45%;
     border: none;
    background-image: url('/img/s_icon_wa.png');
    background-size: cover;
    opacity: 1;
    cursor: pointer;
    
}

.s_button_icon_wa:hover {
    opacity: 0.35
}

.s_button_icon_wa:focus {
    opacity: 1
}

/* .term {


    max-width: 800px;
    margin: 0px auto;
    
    
} */

.plane-content {


    padding: 20px 20px 20px 20px;
    font-size: 16px;
    text-align: left; 
    
    

    
}

.You {

    
    font-size: 16px;
    text-align: center;
    
}



.copyright {

    font-size: 16px;
    text-align: center; 
    padding: 20px 20px 20px 20px;
    color: #000000;
    
}

