body {
    background-image: url('../Images/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    min-height: 100vh;
    color: black;
    font-family: 'Inter', sans-serif;
}

h1 {
    font-family: 'Italiana', serif;
    font-size: 48px;
    color: black;
    text-align: center;
}

h2 {
    font-family: 'Italiana', serif;
    text-align: center;
    color: black;
}

h3 {
    font-family: 'Italiana', serif;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    outline: none;
}

button:focus {
    outline: none;
}

header {
    padding: 15px 30px;
    background-color: rgba(255, 255, 255, 0.85);
    overflow: auto;
}

.logo {
    float: left;
    margin-right: 20px;
}

.logo-img {
    width: 60px;
    height: 60px;
}

.navbar {
    padding-top: 15px;
}

.nav-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav-links li {
    display: inline-block;
    margin-right: 20px;
}

.nav-links li:last-child {
    margin-right: 0;
}

.nav-links a {
    text-decoration: none;
    color: black;
    padding: 8px 12px;
    font-size: 16px;
}

main {
    padding: 40px 30px;
}

footer {
    padding: 30px 20px;
    text-align: center;
    margin-top: 20px;
    color: black;
}

.hero-content {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.hero-content p {
    text-align: center;
    color: black;
    font-size: 20px;
}

.about-section {
    text-align: center;
    color: black;
}

.about-section p {
    color: black;
}

.contact-section {
    color: black;
}

.contact-section label {
    color: black;
}

#page-button {
    cursor: pointer;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: white;
    font-size: 16px;
    text-decoration: none;
    color: black;
}

.projects-section ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.experience-section ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.certificates-section ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.project-info {
    border-top: 1px solid black;
    padding: 16px;
    text-align: left;
}

.project-info h3 {
    font-family: 'Italiana', serif;
}

.experience-btn {
    width: 250px;
    border-radius: 20px;
    background-color: white;
    text-decoration: none;
    color: black;
    display: block;
    padding: 0;
}

.experience-btn img {
    width: 100%;
    height: 180px;
    display: block;
}

.skills-section {
    text-align: center;
}

.projects-section {
    text-align: center;
}

.experience-section {
    text-align: center;
}

.certificates-section {
    text-align: center;
}

@media (max-width: 768px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    body {
        font-size: 14px;
    }

    .logo {
        float: none;
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .navbar {
        padding-top: 0;
        text-align: center;
    }

    .nav-links li {
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .content-row {
        display: block;
    }

    .content-row p {
        width: 100%;
    }

    .video-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .skills-row {
        display: block;
    }

    .projects-section ul,
    .experience-section ul,
    .certificates-section ul {
        display: block;
    }

    .experience-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .project-btn img {
        width: 100%;
    }

    .cert-btn img {
        width: 100%;
    }

    .experience-btn img {
        width: 100%;
    }


    .project-btn {
        width: 100%;
    }

    .cert-btn {
        width: 100%;
    }

    .experience-btn {
        width: 100%;
    }

    .skills-table {
        width: 100%;
    }

    .contact-form {
        width: 100%;
    }

    .contact-form input {
        width: 100%;
    }

    .contact-form select {
        width: 100%;
    }

    .contact-form textarea {
        width: 100%;
    }
}
