
body {
    margin: 0;
    background-color: black;
/*    
    background-image: url(./2304.w018.n002.1746B.p15.1746.jpg); */
}
.boiler-page {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: black;
}

.header-text {
    font-size: 48px;
    margin-bottom: 12px;
    color: #d4af37;
}
.header-subtext {
    margin: 0px;
    margin-bottom: 12px;
    font: 24px;
    color: whitesmoke;
}
.nav-bar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
    margin: 0px;
}
.nav-bar div a{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-size: 24px;
    color: #d4af37;
    border-bottom: 2px solid #d4af37;
}

.nav-bar div a:hover {
    color: whitesmoke;
    border-bottom: 2px solid whitesmoke;
    cursor: pointer;
}
.front-page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 52px;
    margin-bottom: 112px;
    margin-top: 0px;
}
.front-page-header {
    color: #d4af37;
}
.front-page img {
    max-width: 150px;
    max-height: 150px;
}
.front-page-text {
    color: whitesmoke;
}
.front-page button {
    background-color: #d4af37;
    color: black;
    font-size: 36;
    padding: 5px 2px;
}
.front-page button:hover {
    cursor: pointer;
}
.front-page button a {
    text-decoration: none;
    list-style: none;
    color: black;
    padding: 35px;
}
.front-page button a:hover {
    cursor: pointer;
    color: whitesmoke;
}
.stock-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    
}
.stock-items {

    margin: 0px;
    padding: 5px;
    flex-direction: column;
    color: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    list-style: none;
}
.stock-content p {
    margin: 0;
}
.stock-content button {
 margin: 16px;
 background-color: #d4af37;
 color: black;
 font-size: 36;
 padding: 5px 2px;
}
.stock-content button:hover {
    cursor: pointer;
    color: whitesmoke;
}
.stock-content button a {
    text-decoration: none;
    list-style: none;
    color: black;
    padding: 35px;
}
.stock-content button a:hover {
    cursor: pointer;
    color: whitesmoke;
}
.stock-content img {
    height: 200px;
    width: 200px;
}