/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." I like turtles*/
html,body {
cursor: url("https://divineacid.thecomicseries.com/files/blogspot/cosmomouse5.png"), auto !important;
}
a {
    cursor: url("https://divineacid.thecomicseries.com/files/blogspot/cosmomousehover.png"), auto !important;
}

.content img {
    cursor: url("https://divineacid.thecomicseries.com/files/blogspot/cosmomousehover.png"), auto !important;
}

html {
  margin:0;
}
     
body {
  Margin: 0;
  Padding:0;

}



.main-top {
  Background-color: red;
  Padding: 15px;
  position: sticky;
   top: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #8D0C4D;
   display: flex;
  border-radius: 10px;
}

ul li {
  float: left;
  display: block;
  margin: 0px 16px 0px 16px;
}

ul li a {
  width:100%;
  display: block;
  color: white;
  text-align: center;
  padding: 12px 16px;
  border: none;
  text-decoration: none;
  font-family: pixelify sans;

}

ul li a:hover {
  background-color: #FF3C9E;
}






.main-inner {
border: inset pink;
    border-radius: 10px;

background-color: pink;
margin:auto;
  width: 90%;
  padding: 10px;
 height:800px;
  background-image: url('https://divineacid.thecomicseries.com/files/blogspot/blogbg.png');

}

.stream {
  color: #FFA7B8;
  font-size: 200%;
  text-align: Center;
font-family: "Jersey 10", sans-serif;
  width:40%;
     margin-left: auto;
  margin-right: auto;
Background-color:#8D0C4D;
  margin-top:20px;
  padding:10px;
  border: 5px solid #FFA7B8;
  border-radius: 10px;
}


.buttons{
  padding:10px  ;
   margin-left: auto;
  margin-right: auto;
  width:70%;
}
.live {
  width: 80%;
padding:10px;
     margin-left: auto;
  margin-right: auto;
}
.live img {
  width:100%;
}
.main-footer{
  bottom:0;
}
.footer {
  postion:relative;
  color: white;
 width:100%;
  margin:0;
  padding:5px;
  bottom:0;
}



  
