body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

header {
    background-color: #800020; /* Wine color */
    color: white;
    padding: 20px 0;
    text-align: center;
}

.profile-img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

h2 {
    color: #800020;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}

footer {
    background-color: #800020; /* Wine color */
    color: white;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}
