@import url("base.css");

body{
    background-color: #1a4452;
    text-align: center;
    font-family: manifold;
}

.header{
  width: 100%;
  height: 70px;
  background-color: #010A13;
  align-items: center;
  margin-bottom: 20px;
  line-height: 0.3;
}

.logo img {
    float: right;
    height: auto;
    width: 6em;
    padding: 10px;
}
.words {
  color: white;
  font-size: 15px;
  float: left;
  padding: 10px;
}

.container {
  width: 400px;
  height: 100vh;
  flex-wrap: wrap;
  margin: auto;
}

.cds, .dvds, .vhses { 
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 20px;
    justify-content: center;
    overflow: scroll;
    overflow-x: hidden;
    height: 350px;
    padding: 10px;
}

.cds img{ 
    max-width: 130px;
    max-height: 175px;
}

.dvd img{
    max-width: 150px;
    height: 200px;
    object-fit: cover;
}

.vhs img {
  max-width: 150px;
    height: 200px;
    object-fit: cover;
}
