*{ box-sizing: border-box;
  border-radius: 0px;
  font:'Marvel', sans-serif;
}
.hide{
  display: none;
}
.btn-large{
  background-color:#E2001A ;
}
.btn-large:hover{
  background-color: black;
  color: #E2001A;
}
.btn-large:target{
  background-color: black;
  color: #E2001A;
}

.card-sizing{
 
  margin-left: auto;
  margin-right: auto;
}

body{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: black ;
}

.nav-wrapper{
justify-content: space-between;
margin-bottom: 20px;

}
#header{
  border: black 5px solid;
  height: fit-content;
  width: 100vw;
}

h4{
  text-align: center;
}

#center-btn{
display: flex;
flex-direction: column;
flex-grow: 1;
border: #E2001A 10px solid;
height: 80%;
width: 90%;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
align-self: center;

}
.nav-wrapper{
 background-color: #E2001A;
  color: white;
  margin-bottom: 30px;
}

.img-container{
  
  flex-grow: 1;
  display: inline-flex;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#img-1{
  border: 5px black solid;
  padding: 0px;
  position: absolute;
  
  
}

#img-2{
  border: 5px black solid;
  padding: 0px;
  position: absolute;
  
}
#img-3{
  border: 5px black solid;
  padding: 0px;
  position: absolute;
}
  
#img-4{
  border: 5px black solid;
  padding: 0px;
  position: absolute;
  
}
.img-container:hover{
  border: black solid 10px;
}
#character-card-container{  
  width: 100%;  
  
  display: flex;
  flex-direction: row; 
  justify-content: center;
}

.btnBtn { 
  height: 250px;
  width: 100%;
  position: relative;
  max-width: none
  
}

.card-cols{
  flex-grow: 1;
  flex-direction: column;
  flex-basis: 40%;
  flex-wrap: wrap;
  padding: 10px;
  display: flex;
  justify-items: center;
  align-items: center;
}

#movie-card{
  background-color: cyan;
}

.card {
  text-align: center; 
  width: 500px;
  height: 1100px;  
  
}
.card-content li{
  text-align: left;
}

.card-image{
  width: 100%; 
  padding: 0px;
  border: black 10px solid;
  border-radius: 0px;
  
}

.card-image img{
  height: 600px;
  padding: 0px;
  border-radius: 0px;
}

.card-title p{
  padding: 25px;
}
.fav-btn {
  position: absolute;
  bottom: 20px;
  right: 187px;
  
}

.x-menBgColor {
background: rgb(0,0,0);
background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(131,130,130,1) 38%, rgba(97,97,97,1) 100%);
}

