@font-face {
    font-family: mc2;
    src: url("works/assets/mc2.otf") format("opentype");
}


body {
    font-family: 'mc2';
    margin: 0;
    background-image: url('/works/assets/dirt.png');
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    text-shadow: 2px 2px rgb(26, 26, 26);

}
p{
    margin: -1px;
}
.menu {
    background-color: #000000a2;
    width: 600px;
    min-height: 100px;
    align-items: center;
}

/* Works containers */
.contain {
    display: flex;
    align-items: center;

    
  }
  
  img {
    max-height: 200px
  }
  
  .image {
    flex-basis: 40%
  }