
body {
    background-color: black;
    justify-content: center;
    color: white;
}

.logo-banner {
    display: flex;
    min-height: 60px;
    align-items: center;
    background-color: black;
    padding: 10px;
}

.logo-banner a img {
    max-width: 80px;
    max-height: auto;
    margin: 20px;
    margin-right: 40px;
}

.logo-banner .buyprints {

    display: flex;
    justify-content: right;
    align-items: right;

}

.logo-banner .tophotogallery {

    display: flex;
    justify-content: right;
    align-items: right;

}

.logo-banner .buyprints button {

    justify-content: right;
    font-size: 15px;
    background-color: black;
    color:azure;
    margin: 15px;

}

.logo-banner .tophotogallery button {

    justify-content: right;
    font-size: 15px;
    background-color: black;
    color:azure;
    margin: 15px;

}

.logo-banner h1 {
    font-size: 24px;
    justify-content: left;
    margin: 0;
}


h1 {
    color: white;
    text-align: center;
}

h3 {
    color: white;
    text-align: center;
}

.iglogo {

    display: flex;

}

.iglogo img{
    max-height: 40px;
    max-width: 40px;
    margin-left: 100px;
}

.iglogo h2{

    display: flex;
    margin-left: 10px;
    margin-bottom: 30px;

}

.gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.gallery img {
    width: 100%;
    max-width: 500px;
    min-width: 200px;
    height: auto;
    margin: 10px;
}

.buyprints {

    display: flex;
    justify-content: center;
    align-items: center;

}

.buyprints button {

    font-size: 40px;
    background-color: black;
    color:azure;
    margin: 60px;

}

.buttonstocontent {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 100px;

}

.buttonstocontent a{

    display: flex;
    max-width: 40%;
    max-height: auto;;
    font-size: 40px;
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 50px;
    margin-bottom: 50px;

}

.buttonstocontent button {
    width: 100%;
    height: 100%;
    border: 5px;
    border-color: gray;
    background: black;
    color: white;
    font-size: inherit;
}

.product {
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 10px;
    padding: 20px;
    text-align: center;
    width: 300px;
}

.product img {
    max-width: 100%;
}

.price {
    font-weight: bold;
    color: #007BFF;
}

.printsImg img {

    width: 100%;
    max-width: 500px;
    min-width: 200px;
    height: auto;
    margin: 10px;

}

.printsImg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}