
p1{
    font-family: "Cormorant", serif;
    font-size: 15px;
    border-style:inset;
}









/* if you want a sticky menu, add that code to the .gridHeader rule */
.gridHeader {
    display:grid;
    grid-template-columns: 1fr 7fr 4fr;
    /* make the grid-template-columns fr's add up to 12 */
    align-items: center;
    /* border: 1px solid red; */
    background-color:#3a548c;
    color: #FFFFFF;
}

img.gridLogo {
    width: 60%;
    justify-self: center;
    border-radius: 50%;
}

.interiorGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: end;
    /* border: 1px solid lightsalmon; */
}
.interiorGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: end;
    /* border: 1px solid lightsalmon; */
}




body {
    margin: 0;
    font-family:"Cormorant",serif;
    
}

header {
    font-family: "Cormorant", serif;
    font-size:15px;
    font-weight:bold;
    
}


















