body{
    background-color:skyblue;

}
.logo{
    text-align: center;
}
h1{
    text-align: center;
    position: relative;
    padding-top: -50px;
}
h5
{
    border-style: unset;
    border-bottom: solid white;
    text-align: center;
}
.quote{
    text-align: center;
    position: relative;
    padding-top: -30px;
    color: white;
    font-family: 'Press Start 2P', cursive;
    
}
.scrolling
{
    text-align: center;
    color: white;
    position: relative;
    padding-top: -20%;
}
.p{
 text-align: center;
 

}
.image
{
   width: 25%;
   height: auto;
   position: relative;
   padding-left: 40%;
   padding-top: 20px;
}
.Title{
    font-family: Verdana, Geneva, Tahoma;
    font-size: 20px;
    text-align: center;
}
.book
{
    border-style: outset;
    border-color: ivory 10px;
    

}

{
    text-align: center;
}
.developer
{
    border-style: solid;
    border-color:solid black;
    text-align: left;
    font-family: monospace;
    text-align: center;
}
.semlink{
    text-align: center;
    font-style: oblique;

    color: blue;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.semlink{
        font-size: 20px;
        color: #fff;
        text-align: center;
        -webkit-animation: glow 1s ease-in-out infinite alternate;
        -moz-animation: glow 1s ease-in-out infinite alternate;
        animation: glow 1s ease-in-out infinite alternate;
      }
      
      @-webkit-keyframes glow {
        from {
          text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
        }
        to {
          text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
        }
      }
