
style.css
header {
    background-color: #fff;
    font-family: 'Rajdhani', sans-serif;
    border-bottom: 2px solid #0e0703;
    padding: 10px 0;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 100px;
    margin: 0;
    padding: 15px 0;
}

nav a {
    text-decoration: none;
    color: #0e0703;
    font-weight: bold;
    font-size: 18px;
}

p {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.5em;
}

.photoprofil {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
}

h1 {
    font-family: 'Rajdhani', sans-serif;
    color: #0e0703;
    text-align: center;
}

.photologo {
    width: 15%;
    height: 15%;
    object-fit: cover;
    transform: translateX(350px);
}

.photoscreen {
    display: block;
    border-radius: 5%;
    margin: 0 auto;
}


