body{
    display: flex;
    flex-direction: column;
    background-image: url("/home/img/picTo.jpg");
    background-position: top;
    margin: 0;
}
.all{
    display: flex;
    flex-direction: column;
}
h1{
    text-align: center;
    font-size: 1.4em;
}
.list{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color:ghostwhite;
}
.term{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 99vw;
}
.book{
    margin: 0;
    padding-top: 2vh;
    padding-bottom: 2vh;
    border-style: solid;
    border-width: 0.2vh 0 0 0 ;
    border-color: dimgrey;
}
.bookEnd{
    border-width: 0.2vh 0 0.2vh 0 !important;
}
img{
    width: 15vw;
    height: 15vw;
    margin-left: 5vw;
    border-radius: 4.5vw;
}
.text{
    display: flex;
    width: 70vw;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 7vw;
}
.textEnd{
    margin-left: 3vw;
}
a{
    font-style: normal;
    text-decoration: none;
    color: black;
}