body {
    background-image: url(../Images/frostOps.jpg);
  }

header p {
        margin-top: 10px;
        margin-bottom: 2%;
        padding: 1%;
        background-color: rgba(255, 255, 255, 0.664);
        text-align: center;
    }

    .imgs { 
        text-align: center;
    }

    img {
        height: 360px;
        width: 530px;
    }
    
    .img {
        background-color: rgb(238, 235, 229);
        display: inline-block;
        margin-top: 2%;
        margin-right: 10px;
        padding: 10px;

    }

    p {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 0%;
    }

    footer {
        margin-top: 2%;
    }

@media (min-width: 2200px) {
    .imgs { 
        text-align: center;
        margin-left: 10%;
        margin-right: 10%;
    }
}