body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
}
h1 {
    text-align: center;
    margin-top: 50px;
}
.container {
    background-color: #fff;
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: row;
    align-items: center;
}
.label {
    font-weight: bold;
    margin-right: 10px;
}
.profile-pic {
    margin-right: 20px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
                                          

.active img{
    display: contents;
    justify-content: center;

}
.bgcolor{
    background-color: #13005A;
}
.footer p {
	text-align: left;
	margin-bottom: 0;
    text-align: center;
    background-color: #fff;
    
}
.navbar {
    background-color: #4D455D;
    padding: 20px;
    border-radius: 0;
    border: none;
}
.nav-link {
    color: #fff !important;
    font-size: 18px;
    margin-right: 20px;
}
.nav-link:hover {
    color: #fff !important;
    text-decoration: underline;
}