/* Used HSLA for Color*/

 /**{
    border: dashed 1px #000000;
}*/
body { background-color: hsla(200,80%,80%,0.5) ;}

/* used  Hex code for Color*/

h1 {
    color: #000080;
    text-align: center;
    margin-left: 20px;
    font-size: 60px;
}

header h2 {margin-left: 40px;
    color: maroon;
    text-align:center;
    font-weight: bolder;
    font-size: xx-large;
  } 

aside {
    width: 20%;
    padding-left: 10px;
    margin-left: 10px;
    float: right;
    font-weight: bold;
    background-color: rgb(212, 191, 6);
    border-radius: 0ex;
    
  }
aside h3 {
    color: rgb(104, 3, 82);
    text-align: center;
    font-size: x-large;
    
}
aside h3+p {
    color: rgb(8, 78, 90);
    text-align: center;
    font-size: x-large;
    
}

.anitablog {
    text-align: left;
    color: rgb(194, 26, 26);
    font-size: x-large;


}

.imagesize{
    width: 50%;
    height: auto;
}
.box {
    clear: both;
    background-color: #4291a8;
    border: rgb(17, 124, 113);
    color: rgb(12, 1, 1);
    font-family: Arial;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: Bold;
  }

  #markstyle {
      font-size: 25px;
      font-weight: Bold;
      color: rgb(19, 17, 124)
  }



  p{
    font-size: 25px;
    font-weight: Bold;
    color: rgb(124, 17, 110)
  }

  .cssmarquee {
    height: 50px;
    overflow: hidden;
    position: relative;
    }
    .cssmarquee h4 {
    font-size: 2em;
    color: rgb(17, 63, 58);
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    transform:translateX(100%);
    animation: cssmarquee 33s linear infinite;
    }
    @keyframes cssmarquee {
    0% {
    transform: translateX(100%);
    }
    100% {
    transform: translateX(-100%);
    }
    }

  nav ul li
  {
      color: blueviolet;
      display :inline;
      border-width: 2px;
      font-size: x-large

  }
main li {
    list-style-type: none;
    float: left;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}
div > h2{
    text-align: left; 
    color :rgb(16, 97, 16);

}

main > h2{
    clear: both;
    text-align: left; 
    color: rgb(16, 97, 16);
    
    
}

  a:link {text-decoration: none;}
  a:visited {text-decoration: none;}
  a:hover {text-decoration: none;}
  a:active{ text-decoration: none;}

  footer{
      clear: both;
      height: 50px;
      background-color: rgb(17, 124, 113);
      color: whitesmoke;
      font-size: 30px;
      margin-bottom:50px;
      text-align: center;
  }
  div > h5{
    clear: both;
    font-size: x-large;
    text-align: center; 
    color :rgb(44, 44, 38);

}

div > h6{
    clear: both;
    font-size: larger;
    text-align: center; 
    color :rgb(130, 134, 175);

}
