html,
body {
display: flex;
flex-direction: column;
min-height: 100vh;
position: relative;
font-family: 'Poppins', sans-serif; /* Set default font */
}

body {
background: #eee;
color: #000;
margin: 0;
padding: 0;
}

.profile img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-top: -2px;
} 

.profile{
    justify-content: left;
    align-items: left;
}

.booking{
    font-size: 12px;
    font-weight: 300;
}

.modal .edit-profile{
    align-items: center;
}

.take{
    font-size: 14px;
    font-weight: 300;
}

