

.header{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.card{
    gap: 50px;
    padding: 20px;
    border-radius: 25px;
    color: white;
}

.text{
    line-height: 5px;
}

.tb{
    
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.intp{
    height: 1000px;
    width: auto;
    border-radius: 25px;
}

.img-intp{
    display: flex;
    justify-content: center;
    
    margin-bottom: 20px;
}

a:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:visited {
    color: rgb(241, 76, 76);
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
  }
a:link {
    color: white;
}