*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
a
{
    text-decoration: none;
}
body
{
    width: 100vw;
    height: 100vh;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
h5.profil-name
{
    text-transform: uppercase!important;
}
a.nav-link:hover
{
    color: #0d6efd!important;
    transition: all 0.3s ease-in-out;
}
td
{
    font-weight: 500 !important;
}
tr:nth-child(2n)
{
    background-color: #0d6efd;
}
