.title {
  display: flex;
  justify-content: center;
  
  font-family: Bagel Fat One;
  font-size: 60px;
  color: #1a237e;
  text-shadow: 3px 3px 0 #7986cb;
  text-decoration: underline;

  margin-bottom: -30px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.release-name {
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;

  font-family: Bagel Fat One;
  font-size: 25px;
  color: #1a237e;
  background-color: #7986cb;
  border-radius: 4px;
   outline-style: solid;
  outline-color: #1a237e;

  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.release-info {
  width: fit-content;
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  margin-bottom: 20px;

  font-family: Cherry Bomb One;
  font-size: 20px;
  color: #1a237e;
  background-color: #7986cb;
  border-radius: 4px;
   outline-style: solid;
  outline-color: #1a237e;

  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.images {
  border-radius: 4px;
  width: 40%;
  outline-style: solid;
  outline-color: #1a237e;
}