
 body{
    
background-image: url("/images/wallPaperlightgrayPinkish.png"); 
background-color: rgb(67, 93, 102);
width: auto;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 10%;
margin-left: 10%;
}



header h1,
       h2 {
    font-family: 'Inter', sans-serif;
    color: rgb(232, 241, 147); 
    text-align: center;
    border-bottom: solid;
}
header h1{
font-size: 2.5rem;
text-shadow: 1px 1px 1px;
 }

 header h2{
    font-family: 'Inter', sans-serif;
     font-size: 1.9rem;
     border-bottom: 0;
 }

 article{    
     font-size: .9rem;
     color: rgb(36, 55, 63);
    width: 95%;
    margin-right:auto;
    margin-left: auto;   
    height: 400px;
} 

section{
    padding: 1%;
    margin: 1%;
    height: 400px;
    max-width: 300px;
    }
    p{
        padding: 5px 0px 0px 5px;
    }
 p img{
         margin: 5%;
       float: left;
    }

 footer{
    color: rgb(232, 241, 147);
    text-align: left;
    border-bottom: solid;
    margin: 2%;
 }

 summary {
     border-style:groove;
    background-color: rgb(174, 223, 245);
    }


.myPage{
font-size: .9rem   ;
color: rgb(35, 57, 58);
margin: 1%;
padding: 2px 2px 2px 2px;
width: 95%;
background-color: rgb(255, 238, 219);
min-height: 390px;
}

    .mainPage{
        max-width: 99%;
        min-height: 400px;
        height: 520px ;
        margin: 5px;
        padding: 5px 0px 0px 5px;
        background-color: rgb(128, 146, 153);        
    }

/*  ---------- set @ medida for mobile devices viewport -------------*/


@media (max-width:479px) {

    body{
    
        background: none;
        width: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 10%;
        margin-left: 10%;
        }
        header h1,
        h2 {
     font-family: 'Inter', sans-serif;
     color: rgb(32, 32, 25); 
     text-align: center;
     border-bottom: solid;
 }

    article {
    display: none;
    
    }
  
    summary{
        font-size: 1.25rem;
        cursor: pointer;
        color: rgb(37, 72, 88);
        background-color: rgb(250, 250, 203);
        padding: 5px;
    }

    #c{
        
        width: 90%;
        background-color: rgb(174, 223, 245);
        max-height: 200px;
    }
    #e{
        width: 90%;
        background-color: rgb(244, 233, 247);    
        max-height: 200px;

    }
        
    p{
        padding-top: 2px;
    }

    .mainPage{
        min-height: 400px;
    }
}


/* set @media for tablets and desktop viewport  -----------*/

@media   (min-width:480px)   {

     
details{
    display: none;
}
  
summary{
display: none;
}

#a{
   width: 45%;
    float: left;
    background-color: rgb(174, 223, 245);   
    min-height: 300px;
    }

#b{
    width: 45%;
    float: left;
background-color: rgb(244, 233, 247);
min-height: 300px;
}


article h2{
    color: rgb(37, 72, 88);;
}



}