/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 22 2026 | 12:01:32 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
/* Header med profilbild + text */
.jimmy-header {
    text-align: center;
    padding: 40px 20px;
}

/* Profilbild */
.jimmy-profile {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 18px rgba(0,0,0,0.25);
}

/* Titel */
.jimmy-title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 28px;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.45);
}

/* Bakgrundssektion under headern */
.jimmy-background-section {
    background-image: url('DIN-BAKGRUNDSBILD-URL');
    background-size: cover;
    background-position: center;
    padding: 120px 20px;
    margin-top: 40px;
    border-radius: 12px;
}

