.tmg-img{
    width: 20%;
}

p {
    color: white;
    font-size: 16px;
}

h1 {
    color: white;
    font-size: 20px;
}

.kit-cart {
    text-align: center;
    font-size: 16px;
}

button {
    background-color: #123524;
    color: white;
    font-size: 16px;
    border-radius: 8px;
    padding: 16px;
}

.tss-title {
    font-size: 50px;
}

.sidenav {
  height: auto;
  width: 160px;
  position: fixed; 
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

.sidenav :hover {
   background-color: white;
   color: black;
}