</> css
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    background: #f4f4f4;
}

/* Navbar */
.navbar {
    background: #333;
    padding: 15px;
}

.nav-links {
    list-style: none;
    text-align: center;
}

/* Make navbar inline */
.nav-links li {
    display: inline;
    margin: 0 15px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.nav-links a:hover {
    color: #00bcd4;
}

/* Sections */
section {
    padding: 40px;
    margin: 20px;
    background: white;
    border-radius: 10px;
}

/* Headings */
h1, h2 {
    color: #333;
}

/* Footer */
footer {
    text-align: center;
    background: #333;
    color: white;
    padding: 15px;
}profile-img 
    width: 200px;
    height: 200px;