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

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

a {
   display: block;
}


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

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

p#colour {
    display: block;
}

.colours {
   display: inline;
   cursor: pointer;
   text-decoration: underline;
}

.colours:hover {
    filter: invert(0.33);
}

#notification {
   max-width: 12em;
   text-align: center;
   padding: .25em;
   margin: auto; 
   border: 1px solid #9fb5d2;
}
