header{
display: flex;
align-items: center;
justify-content: center;
background-color:#0463CA ;
color: white;
}
header > img{
    width: 10%;
    margin: 2%;
    border-radius: 35px;
}

body{
    color: black;
    background-color: #F5F5F5;
    margin-top: 0%;
}
.container{
    margin-left: 20%;
    margin-right: 20%;
    position: relative;
    height: 100vh;
}

.adsL{
    position: absolute;
    background-color: lightcyan;
    width: 20vw;
    height: 100%;
    left: 0;
    top: 0;

}
.adsR{
    position: absolute;
    background-color: cyan;
    width: 20vw;
    height: 100vh;
    right: 0;
    top: 0;
}


.titleArticle{
    padding: 2%;
    background-color:#0487E2;
}
.titleArticle article{
    background-color: #d8edff;
    border-radius: 15px;
    margin-left: 25%;
    margin-right: 25%;
    padding: 1%;
}
.titleArticle article h2{
    text-align: center;
}

main{
    background-color: #65C2F5 ;
    height: 70%;
    position: relative;
    text-align: center;
}

.mainArticle{
    height: 100%;
    width: 80%;
    background-image: url('./pov.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}





footer{
    padding: 3%;
    padding-top: 1%;
    padding-bottom: 2%;
    background-color: #97e2fd;
}
footer article{
    padding: 2%;
    margin-left: 10%;
    margin-right: 10%;
}
footer p{
    font-size: 1.1rem;
    padding-left: 10%;
    padding-right: 10%;
}
footer strong{
    font-size:1.4rem;
}



.button-15 {
  background-image: linear-gradient(#42A1EC, #0070C9);
  border: 1px solid #0077CC;
  border-radius: 20px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: "SF Pro Text","SF Pro Icons","AOS Icons","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.47059;
  padding: 4%;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: normal;
  text-decoration: none;
  position:absolute;
  left: 0;
  right: 0;
  top:20%;
  margin-left: 30%;
  margin-right: 30%;
}



.button-15:disabled {
  cursor: default;
  opacity: .3;
}

.button-15:hover {
  background-image: linear-gradient(#51A9EE, #147BCD);
  border-color: #1482D0;
  text-decoration: none;
}

.button-15:active {
  background-image: linear-gradient(#3D94D9, #0067B9);
  border-color: #006DBC;
  outline: none;
}

.button-15:focus {
  box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
  outline: none;
}

@media only screen and (max-width: 965px) {
    .button-15{
        font-size:1.8em;
    }
}


@media only screen and (max-width: 900px) {
    .container{
        margin-right: 0;
        margin-left: 0;
        height: 80vh;
    }
    header h1{
        font-size:1.5rem;
    }
    .titleArticle article{
        margin-left: 10%;
        margin-right: 10%;
    }
    .titleArticle article h2{
        font-size:1rem;
    }
    body{
        margin-left: 0;
        margin-right: 0;
    }
    main{
       height: 57%;
    }
    
    footer p{
        font-size:0.8rem;
    }
    footer strong{
        font-size:1.2rem;
    }
    .adsL{
        height: 10vh;
        width: 100vw;
        top:100%;
        display: block;
    }
    .adsR{
        height: 10vh;
        width: 100vw;
        top:90%;
    }
    header > img{
        border-radius: 10px;
    }
    .button-15{
        font-size:1.3em;
    }
   
}
@media only screen and (max-width: 385px) {
    footer strong{
        font-size: 0.9rem;
    } 
    footer p{
        font-size: 0.7rem;
    }
    
}
@media only screen and (max-width: 355px) {
    .titleArticle article h2{
        font-size:0.7rem;
    }
}
@media only screen and (max-width: 325px) {
    header h1{
        font-size:1rem;
    }
}
@media only screen and (max-width: 280px) {
    footer p{
        font-size:0.6rem;
    }
    footer strong{
        font-size:0.7rem;
    }
    .titleArticle article h2{
        font-size:0.5rem;
    }
    header h1{
        font-size:1rem;
    }
    .button-15{
        font-size:1em;
    }
    
}

@media only screen and (max-height: 880px){

    footer strong{
        font-size:1rem;
    }
    header h1{
        font-size:1.4rem;
    }
    .titleArticle article h2{
        font-size:0.9rem;
    }
}
@media only screen and (max-height: 850px){
    header > img{
        width: 9%;
        margin: 2%;
        border-radius: 35px;
    }
}
@media only screen and (max-height: 830px){
    header > img{
        width: 8%;
        margin: 2%;
        border-radius: 35px;
    }
}
@media only screen and (max-height: 800px){
    header > img{
        width: 7%;
        margin: 2%;
        border-radius: 35px;
    }
}

@media only screen and (max-height: 775px){
    footer p{
        font-size: 0.7rem;
    }
    footer strong{
        font-size: 0.9rem;
    }
}

@media only screen and (max-height: 720px){
    header > img{
        width: 5%;
        margin: 2%;
        border-radius: 35px;
    }

}
@media only screen and (max-height: 680px) and (max-width:900px){
    .adsR{
        display: none;
    }
}




/* #start{
    position:absolute;
    left: 0;
    right: 0;
    top:20%;
    margin-left: 25%;
    margin-right: 25%;
} */

/* .redirect{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 2%;
    width: 100%;
    height: 100%;
    position: relative;
} */

/* .vWrapper{
    position: relative;
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
.vWrapper h2{
    border: 5px solid black;
    padding: 2%;
    margin-top: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.vWrapper h3{
    padding: 10%;
    padding-top: 0%;
}
::-webkit-scrollbar {
    width: 0;  
    background: transparent; 
} */
