@font-face { font-family: 'Open Sans'; src: url('opensansreg.ttf'); font-weight: 400; } body { background: #000 url("./gbdim.jpg") no-repeat center center fixed; font-family: 'Open Sans'; font-weight: 400; background-size: cover; color: white; padding: 1em; margin: 0; } h1, h2, h3 { font-weight: 400; margin-top: 0; line-height: 1em; } p, input { font-size: .8em; margin-top: .35ex; } .profile { margin-right: .5ex; width: 50px; border: 1px solid white; float: left; } .date { color: #ccc; } .contain { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; } @media (min-width: 600px) { .box { width: 35%; max-width: 25em; } } .box { width: 80%; margin-top: .5em; padding: 1em 1.5em 1.5em 1.5em; border: 5px solid white; border-radius: 2ex; flex: 1; word-wrap: break-word; } .box:hover { transition: background 300ms ease-out; background: rgba(0, 0, 0, .5) } input, textarea { width: 95%; background: transparent; border: 2px solid white; border-radius: .5ex; color: white; padding: .5ex; margin-bottom: 1ex; } .box:hover input, .box:hover textarea { background: black; } button { background: transparent; border: 2px solid white; border-radius: .5ex; color: white; padding: .5em 1em; cursor: pointer; } button:hover { transition: background 500ms ease-out; background: #000; } a { color: white; }