html {
  -webkit-font-smoothing: antialiased;}
  
  
  body {
  -webkit-text-stroke: 0.2px;
  background-color:#1e1e2e;
  fill:#fff;
  background-size:500px;
  background-repeat:repeat;
  background-size:500px;
  background-repeat:repeat;
  }
  ::-moz-selection {
  background-color: #888888;
  color: #fff;
  }
  /* Works in Safari */
  ::selection {
  background-color: #181825;
  color: #cdd6f4;
  }

   a {
  text-decoration:none;
   }

   a:hover {
      color:#181825;
   }

  #desc {
    margin:0 auto;  
    left:0;
    top:0;
    right:0;
    bottom:0;
    position:fixed;
    width:55%;
    overflow-y:auto;
    overflow-x:hidden;
  }
  
  .Dreamworld
  {
    padding:10px;
    text-align:center;
    font-family:Manjari;
    border-radius:4px;
  }

  .Dreamworld p {
   font-size:15px;
  font-family: "Yomogi", cursive;
  font-weight: 400;
  font-style: normal;
  }


  .Basil {
  padding:0px;
  display:inline-block;
  text-align:center;
  font-family:Manjari;
  /*background-color:#282A36;*/
  color:#cba6f7;
  width:100%;
  border-radius:20px;
}


  .Basil a {
      color:#f5f5f5;
  }

  .Basil h1 {
  font-size:50px!important;
  color:#cdd6f4;
  font-family: "Reenie Beanie", cursive;
  font-weight: 400;
  font-style: normal;
  }

  .flowercrown /* for small text*/ {
    font-size:20px;
    text-transform:lowercase;
    font-family: "Cabin Sketch", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align:right;
    color:#45475a;
    padding:5px;
    width:90%;
  }

  .content_style {
    background-color:#181825;
    color:#cdd6f4;
    width:90%;
    height:500px;
    margin:auto;
    position:relative;
    top:0;
    left:0;
    border-radius:0px 0px 10px 10px;
    overflow-y:auto;
    overflow-x:hidden;
    font-family:Manjari;
    padding:4px;
}

.content_style b {
    color:#cba6f7;
  }

  .content_style u, underline {
    color:#f38ba8;
  }

  .content_style i, italic {
        color:#cba6f7;
  }

.content_style p {
    color:#ccc;
}

#nav_bar {
float:right;
margin: 0 auto;
padding:0px;
left:0;
border:1px solid transparent;
}

#nav_bar a {
padding:10px;
display:inline-block;
text-align:center;
font-size:12px;
padding:5px;
color:#cba6f7;
}

#nav_bar i {
  color:#cdd6f4;
}

#nav_bar i:hover {
    color:#cba6f7;
}

.special {
  background-color:#1e1e2e;
  color:#cdd6f4!important;
  font-family: "Cabin Sketch", sans-serif;
  font-weight: 400;
  text-transform:uppercase;
  text-align:center;}

.special a {
      color:#181825!important;
}


/* font stuff */
@font-face {
  font-family: fontawesome;
  src: url(/static/font-awesome/fonts/fontawesome-webfont.ttf);
}
