*
{
    border: 0;;
  padding: 0;


}

body{
    height: 100%;

    background-size: cover;

}
li a {
    border-radius: 40px;
  display: block;
  color: #ffffff;
    font-size: 20px;
  text-align:center;
    font-weight: 500;
  padding: 18px;
  text-decoration: none;
    text-shadow: 2px 2px 8px black;
}


.Dict{
      text-align:center;
        padding: 16px;
    color: #ffffff;
    text-shadow: 2px 2px #ff0000;
}

.ChaptersDict{
    margin-left: auto;
    margin-right: auto;



    width: 300px;
  height: auto;

    border: 1px solid black;

    padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 50px;

  border-radius: 25px;



}

.container{
    height: 100%;
background-color: #8326D0;
}

.book-welcome{
  text-align:center;
}
