

/* <weight>: Use a value from 400 to 700
// <uniquifier>: Use a unique and descriptive class name */

body {
      font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  /*position: relative; 
  width: 100%;
  min-height: 400px;
  overflow: hidden;*/

}

.container{
    overflow: hidden;
}

.bloom{
    /* Removes the image from normal document flow */
  position: absolute; 
  top: 80px;
  left: 800px;
  width: 630px;
  height: 720px;
  margin: none;
  padding: none;

}



.Menu {
    background-color: #f6f6e9;
    border: 4px dashed black;
    width: 226px;
    height: 605px;
    left:210px;
    top: 38px;
    place-items: center;
    position: absolute;
 } 

li{
   list-style : none;
   text-align: center;
   line-height: 2;
   margin-left: -40px;


 }

 li a{
 color: gray;
       
 background:
    linear-gradient(
      to right,
      rgba(100, 200, 200, 1),
      rgba(100, 200, 200, 1)
    ),
    linear-gradient(
      to right,
      rgba(255, 0, 0, 1),
      rgba(255, 0, 180, 1),
      rgba(0, 100, 200, 1)
  );
    background-size: 100% 3px, 0 3px;
     background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat; 
 }
 li a:hover {
        background-size: 0 3px, 100% 3px;

            
        }


 .Menu img{
    display: block;       /* Converts inline image to block level */
    margin-left: auto;    /* Spacers out left side evenly */
    margin-right: auto; 
    margin-top: 20px;  
 }


 .content {
    background-color: #f6f6e9;
    border: 4px dashed black;
    width: 700px;
    height: 605px;
    left: 480px;
    top: 38px;
    position: absolute;
    color: #ff00aa;
    place-items: center;
    line-height: 15px;



 }

 .dino{
    margin-top: 10px;
 }

 .aboutMe{
    background-color: #fff6df;
    font-family: "Open Sans", sans-serif;
    border: 4px dashed black;
    width: 300px;
    height: 400px;
    margin-left: -350px;
    margin-top: 30px;
 }

 .aboutMe img{
    float: left;
 }

 .aboutMe p{
    
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
    margin-left: 120px;
    margin-right: 10px;
    margin-top: 15px;
 }

 .books{
    
    background-color: #fff6df;
    font-family: "Open Sans", sans-serif;
    border: 4px dashed black;
    width: 320px;
    height: 200px;
    margin-left: 320px;
    margin-top: -408px;
 }
    
.books p{
    margin-top: -130px;
    margin-left: 110px;
    font-size: 15px;
text-align: center;
}

/* CSS */
.bookButton {
  background-color: #EA4C89;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
   margin-left: 180px;
   margin-top: -20px;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.bookButton:hover,
.bookButton:focus {
  background-color: #F082AC;
}

.bookButton a{
    text-decoration: none;
    color: white;
}


.blink-container {
    position: relative;
}

