* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
  }
  
  body {
    color: #fff;
    background-color: #171a21;
  }

  .para{
    max-width: 100%;
    text-align: center;
    justify-content: center;
    /* border: 1px solid red; */
  }

  .carte-e5{
    /* filter: drop-shadow(0 0 0.1rem orange); */
    border-radius: 5px;
    /* border: 1px solid #fff; */
    box-shadow: 0 0 8px #fff;
  }
  

  .carte-e5 a{
    text-decoration: none;
  }

  .carte-e5 a:hover{
    color: orangered;
  }