body {
  background-color: #333;
  color: #ddd; 
}

label {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  margin-left: 10px;
  z-index: 3;
  position: fixed; }

.bar {
  display: block;
  background-color: #0799d3;
  width: 25px;
  height: 3px;
  border-radius: 5px;
  margin: 5px auto;
  transition: background-color .5s ease-in, transform .5s ease-in, width .5s ease-in; }

/* Toggle Effect */
input[type="checkbox"] {
  display: none; }

.nav-menu {
  max-height: 0;
  overflow: hidden; }

.nav-trigger:checked ~ label {
  left: 210px; }

.nav-trigger:checked ~ .box-content {
  left: 200px; }

/* Content */
.box-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 10px; }
  .box-content .card {
    border: 1px solid gray; }

.card-perso {
  display: grid;
  z-index: 5;
  border: 1px solid gray;
  max-width: 250px;
  margin-top: 20px;
  padding-bottom: 20px; }
  .card-perso .wrapper {
    text-align: center; }
    .card-perso .wrapper .title {
      color: grey;
      font-size: 18px; }
    .card-perso .wrapper img {
      max-width: 60%;
      height: auto; }
    .card-perso .wrapper .social-icon {
      margin-top: 24px; }
      .card-perso .wrapper .social-icon a {
        text-decoration: none;
        font-size: 18px;
        color: #f0f0f0; }

.box-footer {
  position: fixed;
  background-color: #333;
  z-index: 10;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-top: 0.05rem solid #ddd;
  left: 0;
  margin-left: 0;
}

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