@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap');

body {
  padding: 100px;
  font-family: 'Raleway', "Trebuchet MS", sans-serif;
  color: white;
  background-color: #242423;
  text-align: justify;
}

span {
    color:#f5cb5c
}

a {
    color: #f5cb5c;
}

ul li {
    list-style: none;
    line-height: 2rem;
  }

ul li:before {
    margin-right: 20px;
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background-size: contain;
    background-image: url("../media/img/logo_small_mink_yellow.svg");
  }

  hr{
    border-top: 1px solid #f5cb5c;
  }

  code {
      color: #20C20E;
      font-size: 17px;
  }

  .container_img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .container_img img{
    max-width: 200px;
  }

  video{
    max-width: 80%;
  }

  .center{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  strong{
      font-size: 25px;
  }