* {
    margin: 0; padding: 0; border: 0; box-sizing: border-box;
    
}

body {
    background-color:blanchedalmond;
    font-family: "Crimson Text", "serif";
    line-height: 1.25;
  }

h1 {
    text-align: center;
     color: rgb(8, 74, 8);
     font-size: 30pt;
     font-family: "Crimson Text", "serif";
     margin-top: 30px; margin-bottom: 10px;
     font-weight: bold;
}

p {
    text-align: center;
    margin-bottom: 20px;
}

table {
    border-collapse: collapse;
    margin: 50px 10%;
    border: 1px solid #222;

    
}

.img {
    background-image: url(../images/boots.jpg);
    aspect-ratio: 1;
    min-width: 90%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: right center;
}
.img2 {
    width: 25%;

}
thead th {
    font-size: 15pt;
    text-align: left;
    border-bottom: 4px solid rgb(8, 74, 8);
    padding: 20px 15px 10px 5px;

}

th, td {
            border-bottom: 1px solid #222;
            padding: 16px 8px;
        }

tbody th {
    text-align: left;
}

tbody th:hover {
    background-color: rgb(100, 155, 100);
}

a {
    text-decoration: none;
    color:rgb(8, 74, 8)
}

 tbody tr:last-child th {
    border: 0px;
    padding-bottom: 30px;
    
}
tbody tr:last-child td {
    border: 0px;
    padding-bottom: 30px;
}
