.save-icon::before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0c7";
    margin-right: 5px;
}

.custom-icon{
    background-image: url('../images/M.png');
    height: 20px;
    width: 20px;
    display: inline-block;
}


header{
    width: 100vw;
    font-family: Zapf-Chancery, cursive;
}

body {

    /*background:Navyblue*/
    background: grey;
    font-family: Comic-sans, Papyrus, Helvetica, sans-serif;
    cursor: url('finger.png'), auto;
}

div.threeD{
    width:95%;
    background:cyan;
}

div.threeD iframe{
    width: 100%;
    height: 50%;
    max-width: 1920px;
    max-height: 1080px;
}

div.side-by-side {
    display: flex;
}

.gallery{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

figcaption{
    color:pink;
}

img {
    width: 50vw;
    max-width: 500px;
}

.featureBlock {
    background-color:white;
    font-size: smaller;
}