@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Lato, sans-serif;
}

.list img {
    width: 100%;
}

.list .list-image {
    margin-bottom: 4em;
}

.contact-info {
    text-align: right;
    font-weight: bold;
}

p {
    background: rgba(255, 255, 255, 0.5);
    padding: 0.15em 1em;
}

.image-title {
    font-style: italic;
}

.painting-info {
    text-align: right;
    font-weight: 900;
    font-size: 18px;
}

.center {
    width: 100%;
}

.center img {
    width: 100%;
}

.list {
    margin: 4em 0;
}

@media screen and (min-width: 600px) {
    .list {
        width: 600px;
        margin: 4em auto;
    }

    .painting-info {
        display: block;
        position: fixed;
        top: 10px;
        right: 10px;
    }

    .contact-info {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
}
