body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-image: url(https://images.theconversation.com/files/651621/original/file-20250226-32-jxjhmy.jpg?ixlib=rb-4.1.0&rect=0%2C377%2C6000%2C3000&q=45&auto=format&w=1356&h=668&fit=crop);
    background-repeat: repeat;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
table {                        
    border: 1px solid gray;                        
    table-layout: fixed;
    width: 100%;
    background-color: rgba(240, 248, 255, 0.25);
}
th, td{
    border: 1px solid gray;
    padding: 3px;
    border-spacing: 3px;
    border-collapse:separate;
    width: 16.66%;
    vertical-align: text-top;
    text-align: left;
}

.poem {
    text-align: center;
    background-color: rgba(198, 198, 198, 0.6);
    width: 400px;

}
.trans-back {
    background-color: rgba(217, 217, 217, 0.6);
    display: inline-block;
}
.biol-10 {
    background-color: pink;
}
.biol-15 {
    background-color: #f32e2e;
}
.anth {
    background-color: forestgreen;
}
.cs {
    background-color: violet;
}
.work {
    background-color: blueviolet;
}
.schoolwork {
    background-color: bisque;
}
.bowling {
    background-color: aquamarine;
}