@media screen and (min-width: 1000px) {
    .menu{display: none;}
    nav li{
        display:inline-flex;
        flex-direction: row;
    }
    .firstarticle{
        background: rgba(152, 190, 203, 0.8);
    }
    h3, p{
        color: #29195B;
    }
    .grid img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .grid figure:hover {
        box-shadow: 0 0 50px #333;
    }
    .grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
}