html {
    background-color: black;
    color: white;
    font-family: 'Neue Kabel', sans-serif;
    font-weight: 400;
}
        

.topnav {
  background-color: black;
  overflow: hidden;
  text-align: center;
  width: 90%;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 15px 20px;
  margin: auto;
  text-decoration: none;
  font-size: 15px;
  font-family: 'Neue Kabel', sans-serif;
                                                

}

/* Change the color of links on hover */
.topnav a:hover {
  color: grey;
}

/* Add a color to the active/current link */
.topnav a.active {
  font-weight: 700;
}

.topnav a.madrigal {
  font-family: 'Madrigal', sans-serif;       
  font-size: 20px;       
}

img {
    object-fit: cover;
    width: 100%;
    height: auto
}

.cover {
  height: 500px;
}

.header {
    padding-left: 50px;
}

.column {
  float: left;
  width: 50%;
  align-items: center;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.Encanto {
    object-fit: fill;
    width: 700px;
    height: auto;
    margin-left: 10px;
}

.Disney {
    object-fit: fill;
    width: 700px;
    height: auto;
    margin-bottom: -300px;
}

p {
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
  text-align: left;
  width: 600px;
  font-family: 'Neue Kabel', sans-serif;                                       
}

a#btn_stream {
        display: inline-block;
				height: 50px;
				box-sizing: border-box;
				border-radius: 25px;
        margin-top: 25px;
				padding: 10px 40px 0px 40px;
				background-color: white;
				color: black;
				font-size: 20px;
				font-family: 'Neue Kabel', sans-serif;
				font-weight: 400;
				text-decoration: none;
				transition: all .2s;
}

a#btn_stream span {
  padding-right: 10px;
}

a#btn_stream:hover {
  font-size: 22px;
}

h1 {
  font-family: 'Madrigal', sans-serif;
  font-weight: 400;
  padding-left: 25px;
  padding-top: 90px;
  font-size: 40px;
  margin-bottom: 75px;
}

.character-images {
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
  object-fit: cover;
  width:60vw;
  height: auto;
  float: right;
  margin-top: 0;
}

h2 {
  font-family: 'Neue Kabel', sans-serif;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  font-size: 2rem;
  padding: 100px;
  margin-bottom: -100px;
}

p.character-description {
  padding: 100px;
  width: 500px;
  margin-top: -180px;
  margin-bottom: 900px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 30px;
  row-gap: 24px;
}

.item {
  display: flex;
  width: 15%;
}



.panel {
  margin: auto;
  padding: 100px;
}

p.character-description#bruno {
  margin-bottom: 0px;
}

.album-cover {
  object-fit: cover;
  width: 90%;
  float: left;
  height: auto;
  padding-left: 50px;
}

h3 {
  font-weight: 500;
  margin-bottom: 5px;
}

h4{
  font-weight: 400;
  margin-top: 0;
}





