*{
    padding: 0;
    margin: 0;
    font-size: 1rem;
}
p{
    margin: 20px 0;
}   
body{
    min-height: 100%;
    background-color: #e5e5e5;
}
header{
    display: flex;
    background-color: black;
    text-align: center;
    color: #fff;
}
header div{
    margin: 0 auto;
    padding: 20px;
}
header h1{
    font-size: 2em;
}
header p{
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */


}
main{
    text-align: center;
    min-height: 70%;
    padding: 0 20px;
    font-family: Arial, sans-serif;
    color: #333;
    padding-bottom: 20px;
}
img{
    width: 80%;
    max-width: 300px;
    margin: 20px auto;
    display: block;
}
div.container{
    max-width: 400px;
    padding: 20px;
    margin: 20px auto;
    border-radius: 10px;
    background-color: white;
}
div.container>img{
    
}
div.image-center{
    margin-top: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
}
div.image-center>img{ 
    width: 40px;
    padding: 0;
    margin: 0 2px;
    
}
div.input-section{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
div.input-section form{
    display: flex;
    justify-content: center;
    align-items: center;
}
div.input-section div{
    display: inline;
    
}
div.input-section input{
border: #000 solid 3px;
    padding: 2px;
}
div.input-section input[type="text"]{
    width: 50%;
    height: 23px;
}

div.input-section input[type="submit"]{
    height: 32px;
    background-color: #000;
    color: #fff;
}
.buttons{
    display: flex;
    justify-content: center;
}
.buttons>div{
    margin: 0 10px;
}
.buttons input[type="button"]{
    background-color: #E5E5E5;
    color: #000;
    border: none;
    padding: 20px;
    border-radius: 5px;
}
.product-description{
    text-align: left;
    
}
.product-description>div{
    margin: 5px 20px;
    display: flex;
    justify-content: space-between;
    
}
.product-description p{
    margin: 0;

}
.right{
    display: flex;
    align-items: center;
}
.p-red{
    color: red;
}
.img-icon{
    width: 50px;
    margin: 20px auto;
}

.brand-introduction{
    text-align: left;
    background-color: black;
    color: #fff;
}