header h1{
    padding-left: 5px;
}
header{
    background-color: white;
}
header button{
    float: left;
    border: 3px;
    border-bottom: 1px;
    border-top: 1px;
    border-style: solid;
    font-size: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
header a:nth-child(5) button{
    cursor: not-allowed;
    background-color: #f7e4de;
}
header a:nth-child(3) button{
    border-left: 10px;
}
header a:nth-child(2) button{
    border-left: 10px;
}
header a:nth-child(4) button{
    border-left: 10px;
    border-right: 10px;
}
button{
    transition-duration: 0.4s;
}
header button{
    background-color: white;
}
header button:hover{
    background-color: #f7e4de;
    box-shadow: 0 5px 16px 0 black;
}
body{
    padding: 0;
    margin: 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.nav-bar{
    width: 100%;
}
.gallery{
    display: grid;
    grid-template-columns: auto auto auto;
}
.gallery{
    width: 100%;
    background-color: #f7e4de;
    border: 1px;
    border-style: solid;
}
.design-popup img{
    height: 500px;
    width: 400px;
}
footer{
    background-color: #f7e4de;
}
