@media screen and (min-width: 700px) {
    body {
        background-color: hsl(30, 54%, 90%);

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    main {
        width: 40%;
        margin: 100px 0;
        background-color: white;
        border-radius: 10px;
    }

    .image {
        width: 90%;
        margin-top: 4%;
    }

    img {
        width: 100%;
        border-radius: 6px;
    }

    section {
        width: 90%;
    }

    .attribution {
        font-size: 1.3rem;
    }
}
