body{
    font-family: sans-serif;
    font-size: 16px;
    line-height: 24px;
}
img{
    max-width: 100%;
    height: auto;
}
.headline{
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-bottom: 0;
}
.shop{
    background-color: #a02a1c;
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    margin-left: 105px;
    margin-top: 0;
    padding: 16px;
    border-radius: 20px;
    width: 100px;
    height: 4px;
    font-size: 16px;
}
.discover{
    text-align: center;
    font-size: 16px;
}
.emotional{
    background-color: black;
    color: white;
    padding: 15px;
    margin-top: 0;
    font-size: 16px;
}
.stats{
    flex: 1;
    margin-left: 15px;
    margin-top: 30px;
    align-content: center;
    text-align: center;
    color: black;
    font-size: 16px;
}
.nav{
    width: 100px;
    height: auto;
    margin-left: 124px;
}
form{
    background-color: #a02a1c;
    color: #ffffe4;
    padding: 14px;
    border-radius: 25px;
    box-shadow: 0 10px 25px rgba (0, 0, 0, .65);
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
h3{
    text-align: center;
    font-size: 25px;
    font-weight: bolder;
}
.form-group{
    margin-bottom: 15px;
    text-align: left;
}
label{
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
}
input{
    width: 95%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
}
input:focus{
    border-color: white;
}
button{
    background-color: #ffd830;
    color: black;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    width: 70%;
    padding: 10px 20px;
    margin-top: 10px;
    font-size: 16px;
    justify-content: center;
    margin-left: 45px;
}
.comics{
    display: flex;
    justify-content: center;
    gap: 1px;
    margin-top: 30px;
    flex-wrap: wrap;
    width: 150px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    align-content: center;
    margin-left: 100px;
}
footer{
    color: black;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-top: 32px;
    font-size: 12px;
    line-height: 15px;
}
@media only screen and (min-width: 672px){

.headline {
    color: black;
    font-size: 80px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 0;
}

.shop {
display: flex;
margin-top: 6px;
margin-left: 510px;
padding: 9.3px 35px;
background: #e63946;
color: #fff;
text-decoration: none;
border-radius: 5px;
}

.comics {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 150px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-left: 312px;
}
.image-container {
    display: flex;
    gap: 67px;
}
    
.discover {
  padding: 2px;
  text-align: center;
    font-size: 17px;
}
.container{
    flex-wrap: wrap;
    content: "";
    display: table;
    clear: both;
    justify-content: center;
    width: 150px;
    height: auto;
    border-radius: 8px;
}
.emtional{
  background-color: #000;
  color: #fff;
  font-size: 12px;
  margin-bottom: 2px;
    flex-wrap: wrap;
    content: "";
    display: table;
    clear: both;
}
.nav{
    width: 150px;
    height: auto;
    margin-left: 514px;
}  
.stats {
  list-style: none;
  padding: 0;
  margin: 46px 0;
  font-size: 20px;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 400px;
  margin: 0 auto;
}

form input, form button {
  width: 100%;
  padding: 4px;
  font-size: 16px;
}

form button {
    background: #ffd830;
    color: black;
    border: none;
    cursor: pointer;
    width: 70%;
    padding: 10px 20px;
    font-size: 16px;
    justify-content: center;
    margin-left: 20px;
}

footer {
  color: black;
  text-align: center;
  padding: 1px;
}
}