body {
    font-family: Monaco;
    font-size: 1.5em;
    height: 100%;
    background-color: #edece4;
}

p {
    font-size: 0.75em;
}

a {
    color: #222;
    text-decoration: none;
}

a:hover {
    color: #444;
    text-decoration: underline;
}

a:visited {
    color: #222;
    text-decoration: none;
}

ul {
    padding: 0;
    list-style-type: none;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li {
    padding-left: 0.6em;
    margin-bottom: 0.4em;
}

input,
button {
    font-size: 1em;
    background-color: #fff;
}

button:hover {
    background-color: #eee;
}

th {
    padding-right: 1em;
}

td {
    padding-right: 1em;
}

.border table {
    border: 1px solid #000;
    border-collapse: collapse;
}
.border td {
    border: 1px solid #000;
}
.border th {
    text-align: left;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.spotlight {
}

.art {
    margin: 20px;
    transition: transform 0.2s;
}

.art:hover {
    transform: scale(1.02);
}

.art img {
    max-height: 400px;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paintingbar {
    width: 10em;
    margin-left: 0;
}

@media only screen and (max-width: 768px) {
    .desktop {
        display: none;
    }
    .art img {
        max-width: 300px;
    }
    .spotlight {
        width: 500px;
        text-align: center;
        align: center;
    }
    .container {
        flex-wrap: wrap;
    }
    .paintingbar {
        margin-left: auto;
    }
}
