@font-face {
    font-family: FivoSans-Black;
    src: url("FivoSans-Black.otf") format("opentype");
}

body{
  font-family: 'FivoSans-Black', Fallback, sans-serif;
}

h1 {  
  padding-bottom: 5px;
  padding-top:8px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 35px;
  font-family: 'FivoSans-Black', Fallback, sans-serif;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h1 > p {
  font-size: 15px;
}

h1 > a {
  text-decoration: none;
  color: inherit;
}

h1 > a > img {
  margin-left: 5px;
  margin-right: 5px;
  width: 10px;
  height: 10px;
}

form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

#home-page-side-by-side {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin: auto;
}

.home-page-side-by-side-content {
  width: 50%;
}

.item-list-item-container {
  display: flex;
  flex-direction: row;  
  margin: 5px;
  padding:5px; 
}

.item-list-item-container:hover {
  background-color: #EEEEEE;  
}

.item-list-item-image-container {
  padding: 5px;
  min-width: 80px;
}

.item-list-item-info-container {
  align-items: flex-start;
  padding: 5px;
}