@import url('https://fonts.googleapis.com/css2?family=Explora&family=Indie+Flower&family=Josefin+Sans:wght@300&family=Lobster&family=Lobster+Two:ital@1&family=Pacifico&family=Shadows+Into+Light&family=Ubuntu+Condensed&display=swap');





.title{
    font-family: 'Lobster', cursive;
}



/* Header code */
header{
    height: 100%;
    width:auto;
    display: inline-flex;
    justify-content: space-between;

    background-color: rgba(255, 207, 162, 0.815);
    font-family: 'Lobster', cursive;
   
    
}
nav{
    
    display: flex;
    justify-content: space-between;
}


#secret{
    color:rgba(255, 207, 162, 0.815);
}


#secret:hover{
    color: #807d7d38;
}

a:link{
    color:rgb(119, 112, 112);
    text-decoration: none;
    font-size: 40px;
    
}

a:hover{
    color: rgb(255, 172, 65);
}



body{
    background-color: rgba(243, 227, 183, 0.582);
    margin: 0;
    padding:0;

    display:flex;
    flex-direction: column;
    min-height: 100vh;
}


main{
    font-size: 28px;
    display: grid;
    place-items: center;
    font-family: 'Ubuntu Condensed', sans-serif;
    text-align: center;
    
}
h2#intro{
    font-family: 'Shadows Into Light', cursive;
    text-align: center;
    color: rgb(50, 58, 66);
  
   
}

span{
    display: grid;
}


/* footer */
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top:auto;
  background-color: #f88e6386;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bolder;
   font-size:22px;
    color: rgb(59, 48, 110);
}

a.three{
    font-size: 23px;
    color:rgba(14, 7, 34, 0.342);
}


a.three:hover{
    color:rgb(233, 91, 91)
}


a#gpt{
    font-size: 28px;

}

#para1{
    background-color: rgba(255, 175, 109, 0.13);
}
#para2{
    background-color: rgba(245, 213, 153, 0.288);
}



blockquote{
    display:inline-flex;
    flex-wrap: wrap;
}




/* aboutpage styles */

p.secret{
    color:rgba(243, 227, 183, 0);
}

p.secret:hover{
color: rgb(168, 165, 161);
}
a.secret{
    color:rgba(243, 227, 183, 0); ;
}
 a.secret:hover{
    color: rgba(255, 207, 162, 0.815);
 }



 /* secretpage styles */



 h3#bob{
    text-decoration:line-through;
 }


 p.pop{
    font-family: 'Lobster Two', cursive;

 }



 div.hidden{
    font-size: 30px;
    color:dimgray;
    position: absolute;
    text-align-last: justify;
    
 }