@import url(../../css/desktop.css);

#content {
    padding-bottom: 8em;
}

form {
    display: flex;
    margin-top: 1em;
	width: 100%;
    justify-content: space-between;
}

img {
    max-width: 10em;
	max-height: 10em;
    border: 1px solid #9fb5d2;
	margin: 1em;
}

img:hover {
    filter: brightness(75%);
    border: 1px solid #81bf72;
	cursor: pointer;
}

