.head {
    min-width: 800px;
    height: 600px;
    width: 100%;
    background-color: rgb(115 147 179 / 35%);
    margin: 0px;
    padding-top: 15px;
    padding-left: 2px;
    background-color: rgb(0, 22, 43);
    background-image: url("exoticWoodRings.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.head a{
    font-weight: bold;
    font-size: 20px;
    color: rgb(235 252 255);
    border: 3px double gray;
    background-color: rgb(115 147 179 / 54%);
    border-radius: 3px;
    padding: 5px;  
}

h1{
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 50px;
    color: rgb(194, 224, 255);
}

.options{
    text-align: center;
}

.options a {
    margin: 100px;
    margin-top: 30%;
}

body {
    margin: 0;
    background-color: rgb(82, 147, 168);
}

.content p{
    margin-bottom: 100px;
    background-color:  rgb(115 147 179 / 54%);
}

.content{
    display: grid;
    background-color: rgb(82, 147, 168);
    min-width: 800px;
    
}

.content div{
    margin: 5px;
}

.woodEarrings{
    display: grid;
    grid-template-columns: 40% 40%;
}

.woodEarrings p{
    grid-column-start: 2;
    grid-column-end: 3;
    border: 3px double rgb(244, 251, 255);
    padding: 10px;
    margin-bottom: 45%;
    margin-left: 5%;
}

.woodEarrings img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    grid-column-start: 1;
    grid-column-end: 2;
    margin: 0px;
    padding: 5px;
}

.woodRings{
    display: grid;
    grid-template-columns: 65% 35%;
    grid-template-rows: 50px 45% 55%;
}

.woodRings img{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    margin-left: 1%;
    height: 95%;
    width: 95%;
    object-fit: contain;
}

#woodRing{
    height: 80%;
    width: 80%;
    object-fit: contain;
    margin-top: 0px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
}

.woodRings p{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    border: 3px double rgb(244, 251, 255);
    padding: 5px;
    margin-bottom: 0px;
    margin-left: 10px;

    white-space: pre-line;
}

.bugRings{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50px 500px;   
}

.bugRings p{
    grid-column-start: 2;
    grid-column-end: 3;
    border: 3px double rgb(244, 251, 255);
    padding: 10px;
    margin-bottom: 36%;
    margin-left: 10px;
    margin-right: 10px;
    white-space: pre-line;
}

.bugRings img{
    grid-column-start: 1;
    grid-column-end: 2;
    margin: 0px;
    padding: 5px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.woodBraclets{
    display: grid;
    grid-template-columns: 45% 55%;
    grid-template-rows: 50px 450px;
}

.woodBraclets img{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    margin: 10px;
    padding: 10px;
    height: 90%;
    width: 90%;
    object-fit: contain;
}

.woodBraclets p{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    border: 3px double rgb(244, 251, 255);
    padding: 5px;
    margin-bottom: 40%;
    margin-right: 10px;
    margin-left: 10px;
    white-space: pre-line;
}

.pendants{
    display: grid;
    grid-template-columns: 50% 50%;
      
}

.pendants p{
    grid-column-start: 2;
    grid-column-end: 3;
    border: 3px double rgb(244, 251, 255);
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 50%;
    margin-left: 10px;
}

.pendants img{
    grid-column-start: 1;
    grid-column-end: 2;
    margin: 0px;
    padding: 5px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

h3{
    font-size: 25px;
    font-weight: bold;
    margin-left: 3%;
    color: rgb(0, 29, 56);
}

h2{
    color: rgb(3, 17, 30);
    font-size: 28px;
    font-weight: bold;
    margin-left: 2%;
}

footer{
    min-width: 800px;
    text-align: center;
    background-color: rgb(77, 101, 124);
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
    width: 100%;
}