body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: 100vh;
    min-width: 100vw;
    gap: 20px;
    background: linear-gradient(135deg, rgb(35, 30, 100),rgb(5, 3, 34));
    text-align: center;
    overflow-x: hidden;
    /* background-image: url("Harry-Potter.jfif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    
}
#logo{
    position: absolute;
    left: 10px;
    top: 5px;
    height: 150px;
    width: 150px;
    background-image: url("hpw-removebg-preview.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* #img{
    height: 400px;
    width:400px;
    display: flex;
    justify-content: center;    
    align-items: center;
    background-image: url("hogwartslogo-removebg-preview.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
} */
#generate-btn{
    height: 117px;
    width: 300px;
    background-color: rgb(30, 32, 100);
    color: white;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    border: 2px solid white;
    cursor: pointer;
    text-shadow: 0px 0px 3px white;
    box-shadow: 0px 0px 5px white;
    background-image: url(Harry-Potter.jfif);
    background-size: cover;
    background-position: center;    
    background-repeat: no-repeat;
    transition: 0.3s;
}
#generate-btn:hover{
    text-shadow: 0px 0px 5px white;
    box-shadow: 0px 0px 10px white;
    background-image: url(gthp-removebg-preview.png);
    background-size: cover;
    background-position: 0px -24px;
}
h1{
    font-size: 40px;
    font-weight: 700;
    color: rgb(255, 221, 0);
    text-shadow: 0px 0px 3px white;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    max-width: 70vw;
    padding: 10px;
    margin: 0;
}
#info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 20px;
    max-width: 80vw;
}
#intro{
    font-size: 27px;
    font-weight: 700;
    color: white;
    text-shadow: 0px 0px 3px rgb(255, 255, 255);
}
#form{
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-shadow: 0px 0px 3px white;
    color: white;
    font-size: 25px;
    font-weight: 700;
}
input{
    height: 30px;
    width: 200px;
    border-radius: 5px;
    border: none;
    padding: 5px;
    background-color: rgb(255, 221, 0);
    color: black;
    font-size: 20px;
    font-weight: 700;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
#card{
    min-height: 60vh;
    min-width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: center;    
    align-items: center;
}
#character{
    min-height: 60vh;
    min-width: 60vw;
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: flex-start;    
    gap: 10px;
    color:white;
    text-shadow: 0px 0px 3px white;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-left: 100px;
}
#character div{
    text-align: left;
}
#card #img{
    min-height: 400px;
    min-width: 400px;
    display: flex;
    justify-content: center;    
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}