*{
   border: 0;
   padding: 0;
   margin: 0;
}

header{
    padding-top: 5px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    position: fixed;
    width:100%;
}

body{
    margin:0 auto;
}

p{
   font-size:20px;
}

nav.sitenavigation{
    background-color: rgb(255, 207, 175);
    position: fixed;
    text-align: center;
    width:100%;
    margin-top: 70px;
}

nav.sitenavigation p{
   font-family: 'Patrick Hand', cursive;
   font-size: 28px;
}

nav.sitenavigation a:link {
    text-decoration: none;
    color: rgb(90, 52, 52);
 }

 nav.sitenavigation p {
    margin: 0.3em 0.5em;
    display: inline-block;
 }

 nav.sitenavigation a:visited {
    color:rgb(90, 52, 52);
 }
 
 nav.sitenavigation a:hover, nav.sitenavigation a:focus {
    color: rgb(0, 0, 0);
 }

 article{
     margin:0 auto;
     padding: 130px;
     background-color:rgb(255, 255, 255) ;
 }

 article div {  
    max-width: 800px;
    margin: 0 auto;
    padding: 0 3% 1em;
    overflow: auto;
 }

 article figure{
    max-width:100%;
    float:left;
    margin-right:2em;
}

.welcome{
     font-family: 'Patrick Hand', cursive;
     font-size: 3em;
     font-weight:normal;
 }

 p.about{
   font-family: 'Patrick Hand', cursive;
   font-size: 2em;
 }

 h2{
    color:rgb(83, 49, 49);
    font-family: 'Dancing Script', cursive;
    font-size:5em;
 }

 a.school{
    font-size:2em;
 }

 a.aha{
    text-decoration: underline;
    text-decoration-style: double;
    text-decoration-color: rgb(83, 49, 49);
 }

 a.ahatype{
    text-decoration:underline;
 }

 a.type{
   text-decoration:underline;
   text-decoration-style: dotted;
 }

 .fa {
   padding: 20px;
   font-size: 100px;
   width: 50px;
   text-align: center;
   text-decoration: none;
   color:rgb(90, 52, 52);
   float:left;
}

/* Add a hover effect if you want */
.fa:hover {
   opacity: 0.5;
}

.icondetail{
   margin-top:40px;
   margin-left:150px;
   font-family: 'Dancing Script', cursive;
   font-size: 30px;
   font-weight: normal;
}

span{
   font-weight: bold;
}

.movie,.book,.other{
   margin: 15px auto;
   border-left: 15px solid rgba(255, 115, 0, 0.473);
   background-color: rgba(255, 77, 7, 0.13);
}

h3{
   font-size:2em;
   font-family: 'Parisienne', cursive;
}

p.date{
   font-family: 'Amatic SC', cursive;
}

article figure figcaption{
   text-align:center;
}

 footer{
    padding: 0.6em;
    background-color:rgba(255, 197, 159, 0.767);
    text-align: center;
    color:rgb(90, 52, 52);
    font-family: 'Patrick Hand', cursive;
 }