h1{
    font-size:50pt;
    font-family:'instrument-sans-variable',sans-serif;
}

#productinfo{
    display:flex;
    
    margin-top:100px;
    margin-left:15px;

}

#PIC{
    width:150px;
}
#productimage{
    
    width:100%;
    background-color:antiquewhite;
    border-radius: 7px;
    display: flex;


}
#left{
    display: flex;
    width:50%;
    flex-direction: column;
}
#productpics{
    display: flex;
    flex-direction: column;
    width:200px;
}
#productpic{
    width:150px;
    height: 200px;
    margin-bottom: 10px;
    border-radius: 7px;
}
#productdescription{
    width: 50%;
    margin-left: 50px;
    font-size: 20pt;
    font-family:'instrument-sans-variable',sans-serif;
    color:#FFE45C;
}
#boxcover{
    width: 80%;
    margin-top:50px;

    padding:20px;

    
}
#producttitle{
    text-align: center;
    color: white;
}
#charactergraphic{
    width:200px;
    margin-top:100px;
    margin-left: 40%;
}
.comic{
    margin:20px;
    height:250px;
    border: #0D68A9 solid 5px;

}
.comicline{
    display:flex;
    justify-content: flex-start;
    width: 100%;
}
h2{
    margin-left:30px;
    color:#FFE45C;
    font-style: italic ;


}
#instructiontitle{
    text-align: center;
    margin-top:100px;
    color: #FF9C39;

    text-decoration: underline;
    text-underline-offset: 15px;
    
}
#buybutton{
    background-color: #FF9C39;
    color: black;
    font-size: 16pt;
    font-family: 'instrument-sans-variable', sans-serif;
    font-weight: bold;
    padding: 10px 20px;
    margin-top: 50px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}


#back{
    width:100px;
}
#forward{
    width:100px;
}
#play_pause{
    width:150px;
    padding:20px;
}


#buttons{
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;

}