* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #261a12;
    color: #ffffff;
    font-family: 'Lora', serif;
}

.profil-header {
    background-color: rgb(238, 144, 57);
    color: #ffffff;
}

.profil-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border: 4px solid #fff;
}

.label {
    color: #ffffff;
}

.card.profil-header {
    background-color: rgb(255, 216, 138) !important;
    color: rgb(173, 115, 7) !important;
}

.card.profil-header * {
    color: rgb(173, 115, 7) !important;
}
