#navbar {
    list-style-type: none;
    margin: 0;
    padding: 8px;
    overflow: hidden;
    background-color: #3e0391;
}

#norselle {
    font-size: 26px;
    padding: 7px 5px 5px 40px;
    font-family: URW Chancery L, cursive;
    float: left;
}


#home, #contact, #projects, #about {
    float: right;
    padding: 15px 30px 10px 10px;
}


li a {
    float: right;
    display: block;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
    font-family: Verdana, sans-serif;
}



#htmlImg, #cssImg, #jsImg {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

#cssImg {
    width: 110px;
    height: 110px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

#javaImg, #pgsqlImg {
    width: 140px;
    height: 120px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

#springImg {
    width: 170px;
    height: 120px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}


#imagePurple {
    width: 100%;
    height: 100%;
}

#tools {
    justify-content: center;
    text-align: center;
}

#toolsText {
    padding-bottom: 10px;
}

#toolsImages :is(img) {
    padding: 30px;
}

#welcome, #created {
    text-align: center;
    justify-content: center;
}


#emailForm {
    display: grid;
    justify-content: center;
    align-content: center;
}

#emailForm label input {
    height: 20px;
}

#emailForm p {
    font-size: 20px;
    margin-bottom: 2px;
}

#buttonSubmit {
    margin-top: 15px;
    max-width: 50px;
    margin-left: 38%;
}

#usethisForm {
    text-align: center;
}



#background-video {
    width: 100vw;
    height: 40vh;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.text-overlay {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 30%;
    left: 49.5%;
}


.who {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 49.5%;
}

.whoAbout {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 33%;
    left: 36%;
}

.whoAbout :is(h1, h2, h3, h4, p) {
    color: white;
    margin-right: 35%;
}


.who :is(h1, h2, h3, h4, p) {
    color: white;
}

.who :is(h1) {
    color: white;
    text-align: center;
}




/* GENERATED */


/* General container styling */
#services-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Title styling */
#services-title {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

/* Section titles styling */
#showcase-title,
#providing-title {
    font-size: 18px;
    color: #555;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Section descriptions styling */
#showcase-description,
#providing-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Optional hover effect for section titles */
#showcase-title:hover,
#providing-title:hover {
    color: #007BFF;
    cursor: pointer;
}


/* General body styling */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333;
}

/* Welcome message styling */
#welcome {
    text-align: center;
    font-size: 36px;
    margin-top: 20px;
    color: #ffffff;
}

/* Creator message styling */
#created {
    font-size: 20px;
    margin-bottom: 20px;
    color: #ffde76;
}

/* Tools section styling */
#tools {
    margin: 5% auto auto auto;
    max-width: 900px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Tools title styling */
#toolsText {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

/* Tools images container styling */
#toolsImages {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}


/* Hover effect for tool images */
#toolsImages img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

/* Database section styling */
#databaseSection {
    text-align: center;
    margin-top: 20px;
}

/* Database title styling */
#databaseTitle {
    font-size: 20px;
    color: #555;
    margin-bottom: 10px;
}

/* PostgreSQL image styling */
#pgsqlImg {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}