.storename h1 {
    font-size: 30px;
    font-family: Garamond, Times, serif;
    /* color: 42a1ffl; */
    text-align: center;
}


/* This style sheet is taken from  https://www.w3schools.com/howto/howto_js_tabs.asp> */


/* Style the tab */

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #42a1ff;
}


/* Style the buttons that are used to open the tab content */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #358fe8;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #2c76bf;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


/*Style the signature*/

.signature {
    color: red;
    font-style: italic;
    position: relative;
}


/*center any image*/

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
}

.div-centered {
    align-items: center;
    display: flex;
}

.img-size {
    width: 150px;
    height: 150px;
    margin-left: 25px;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}