* {
  box-sizing: border-box; }

body {
  font-family: system-ui, sans-serif;
  background-color: #333; }

.content {
  max-width: 500px;
  margin: 50px auto 0; }

img.dot {
  margin: 0 auto 50px;
  height: 180px;
  display: block;
  overflow: hidden; }

.project {
  display: block;
  overflow: hidden;
  padding: 20px;
  margin: 20px 0;
  transition: all .3s; }
  .project .left {
    width: 40%;
    float: left; }
  .project .logo {
    max-width: 100%; }
  .project .right {
    width: 60%;
    float: right; }
  .project .desc {
    padding-left: 30px;
    line-height: 1.5rem; }
  .project:hover {
    transform: translateX(5px); }

.logo {
  max-height: 90px;
}

.links {
  margin: 30px 0;
  text-align: center; }
  .links a {
    width: 30px;
    height: 30px;
    opacity: .3;
    color: inherit;
    vertical-align: middle;
    display: inline-block;
    background-size: calc(100% - 1px);
    background-repeat: no-repeat;
    transition: .15s all;
    margin: 0 8px; }
    .links a:hover {
      opacity: .5; }

/*# sourceMappingURL=style.css.map */
