body {
    background-color: #f8f9fa;
    overflow: hidden;
}

.header {
    background-color: #7b1b6a;
    color: white;
}

.header img {
    background-color: white;
    padding: 3px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.container {
    margin-top: 7rem;
}

.card {
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.footer {
    background-color: #7b1b6a;
}
