p {
    
    
}

.sample {
   color: black;
   text-decoration: none;
}

.btn {
    background-color: dodgerblue;
    color: white;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 50%;

}
.toc {
    background-color: whitesmoke;
    font-family:'Times New Roman', Times, serif;
}


.title {
    background-color: lightgrey;
}

.left {
    background-color: whitesmoke;
}

table {
    border: 1px solid black;
}

.alt1 {
    background-color:cornflowerblue;
}

.alt2 {
    background-color: white;
}

.arrow {
    background-color:aqua;

}

.chapter {
    text-align:center;
    
}