.landscapeimgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

img {
    height: auto;
    width: 550px;
    outline: 7px solid #5a715a;
}

img:hover {
    outline: 7px solid #f2f2f2;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

body {
    background-color: #b1e1c5;
}

h1 {
    text-align: center;
    font-size: 50px;
    font-family: 'Lucida Grande';
}