*{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
  }
  img{
    max-width: 100%;
    max-height: 100%;
    border: 6px solid #171615;
    height: auto;
    display: block;
  }
  figure{
    padding: 32px;
    margin-right: auto;
    margin-left: auto;
  }
  .header{
    font-size: 24px;
  }
  ul{
    list-style: none;
    font-size: 14px;
  }
  li{
    padding: 10px;
  }
  a:hover{
    color: #3440eb;
  }
  body{
    background-color:#dedede;
  }
  a:active{
    font-weight: bold;
  }
  .bold{
    font-weight: bold;
  }