body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f4f4f4;
}

a {
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
    color: blue;
    display: inline-block;
}

a:hover {
    color: darkblue;
}

h1 {
    color: #333;
}

form {
    margin-top: 20px;
}

input, textarea {
    padding: 10px;
    width: 250px;
}

button {
    padding: 10px;
    background-color: blue;
    color: white;
    border: none;
}
.nav {
    text-align: center;
    margin-top: 20px;
}

.nav a {
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
    color: blue;
}

.hero {
    text-align: center;
    margin-top: 100px;
}

.welcome {
    font-size: 40px;
    color: #333;
}

.name {
    font-size: 24px;
    margin-top: 10px;
    color: #555;
}

button {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: blue;
    color: white;
    border: none;
    cursor: pointer;
}
.nav {
    background-color: blue;
    text-align: center;
    padding: 15px 0;
}

.nav a {
    color: white;
    text-decoration: none;
    margin: 0 20px;
    font-weight: bold;
    font-size: 16px;
}

.nav a:hover {
    color: yellow;
}

.profile-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: 15px;
    object-fit: cover;
    border: 3px solid rgb(109, 24, 88);
}
