@font-face{
	font-family: 'Diplomata-Regular';
	src: url(Diplomata-Regular.ttf);
}

@font-face {
	font-family: 'ComicRelief-Regular';
	src: url(ComicRelief-Regular.ttf);
}
body{
    background-color: rgb(28, 28, 29);
  background-image: url("backdrop.gif");
    background-repeat: repeat;
}
h1{
    font-family: 'Diplomata-Regular';
    font-size: medium;

}

 .mirror{
    transform: scaleX(-1);
  }
button{
  border-style:double;
  border-color: rgb(241, 216, 132);
  border-width: 5px;
  background: linear-gradient(rgb(133, 114, 53),  rgb(221, 187, 74), rgb(77, 65, 26))   ;
  font-size: larger;
  margin-right: 1pc;
  margin-left: 1pc;
}
a{
  color: rgb(49, 33, 8);
  text-decoration: none;
  font-family: 'GlassAntiqua-Regular';
}
main{
    display: flex;
    overflow: hidden;
    text-overflow: wrap;
}
header{
    display: flexbox;
    justify-items: center;
    
}
section{

    margin: 1%;

}
article{
    background-color:antiquewhite;
    margin: 1.3%;
    border-style:double;
    border-width: .9pc;
    border-color: rgb(201, 172, 77);

    padding: .4em;
}
    #updates{
         overflow-y: scroll;
         max-width: 30vw;
         scrollbar-color: rgb(201, 172, 77); ;
    }

aside{
    display: flex;
    flex-flow: row;

}
    aside img{
        margin-right: 3%;
    }

nav{
  border-style:ridge;
  border-color: rgb(223, 194, 100);
  border-width: .8pc;
  padding: .3%;
  background: linear-gradient(rgb(10, 14, 20),  rgb(74, 39, 102),  rgb(240, 105, 112), rgb(241, 231, 197), rgb(75, 54, 73), rgb(150, 125, 92))   ;


  display: flex;
  align-items: center;

  justify-content: space-around;

  overflow-x: hidden;
  max-width: 100% ;
}

li{
  list-style: none ;
  display: inline-block;
}
table{
    display: flex;
    max-width:fit-content;
}
table td {
    border: .2pc;
    border-style: solid;
    border-color: blublacje;
    background-color: red;
    color: black;
    float: center;
}
p{


}
#about{
    width: 26vw;
    min-width: 25.9vw;
    
}
    #about p{
        margin: 2%;
    }
#seriesInfo{
    margin-left: 3%;
}

