.attribution { font-size: 11px;  }
.attribution a { color: hsl(228, 45%, 44%); }
body{
  height: 100vh;
  background-color: hsl(47, 88%, 63%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 0px;
  flex-grow: 3;
  flex-shrink: 3;
  }
.container{/*
  height: 50%;*/
  width: 15%;
  background-color: hsl(0, 0%, 100%);
  border-radius: 15px;
  padding: 1rem;
  border: 1px solid black;
  box-shadow: 5px 5px;
}
.header-img{
  width: 99%;
  border-radius: 15px;
  position: relative;
}
.button{
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: space-between;
  
}
.button p{
  color: hsl(0, 0%, 42%);
  font-size: 16px;
  font-weight: 500;
}
.poster{
  display: flex;
  flex-direction: row;
  text-align: center;
  padding-top: 1rem;
}
.poster img{
  width: 3rem;
  height: 3rem;
  text-align: center;
}
.poster h3{
  text-align: center;
  padding-left: 1rem;
}
footer {
  padding: 10px;
  text-align: center;
  color: white;
}
#highlightext:hover{
  color: hsl(47, 88%, 63%);
}
@media ( width < 375px) {
  .container{
    height: 60%;
    width: 80%;
  }
}