* {
    margin: auto;
    padding: 0%;
    width: auto;

}
body {
    font-family: Poppins, Arial;
    margin: auto;
    padding: 0;
    line-height: 1.2;
    background-color: white;
}

main p {
    font-size: 160px;
    text-align: center;
    font-family: Poppins, ;
}


header {
        background-color: black;
        color: white;
        padding: 20px 0;
        text-align: center;
        position: sticky;
        top: 0;
}

.title {
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    color: white;
    text-align: center;
}

h1 {
    font-family: Poppins, Arial;
    color: black;
    display: inline;
    padding-bottom: 70px;

}

nav {
    text-align: center; 
    margin-top: 80 px;
    padding-top: 15px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block; 
}

nav ul li {
    margin: 0 30px;
    display: inline;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 26px;
}

nav ul li a:hover {
    text-decoration: underline;
}

#about {
    font-family: Poppins, Arial;
    padding-top: 15px;
    text-align: center;
    border: 5px black;
    border-radius: 30%;
}

#about h2 {
    text-align: center;
    padding-top: 15px;
    font-size: 80px;
    background-color: black;
    color: white;
    padding-bottom: 20px;
}

/* -- About Me */
#about img {
    max-width: 200px;
    padding-top: 30px;
    display: block;
    margin: 0 auto 10px;
}

#about p {
    padding-top: 15px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 21px;
    padding-bottom: 15px;
}

#projects {
    padding-top: 30px;
    text-align: center;
    margin: auto;
    background-color: black;
    color: white;
    padding-bottom: 30px; attributes;
}

#projects img {
    max-width: 700px;
    padding-top: 15px;
    margin: 20px auto;
    padding-left: 20px;
    display: inline;
    border-width: 5px;
    max-width: 80%;
}

#projects h2 {
    font-size: 80px;
    text-align: center;
}

#projects h3 {
    font-size: 45px;
    padding-bottom: 15px;
}

#projects article {
    font-size: 20px;
    display: inline-block;
}

#projects p {
    text-align: centre;
    font-size: 30px;
}

article {
    display: inline-block;
}

#contact {
    margin: 20px auto;
    display: centre;
}

#contact h2 {
    padding-top: 5px;
    font-size: 80px;
    text-align: center;
}

#contact p {
    font-family: Poppins, Arial;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 27px;
}


.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
}

form {
    background-color: #ffffff;
    padding: 20px 30px;
    border-radius: 8px;
    width: 100%;
    max-width: 800px;
    text-align: center;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: black;
}

input, textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid black;
    border-radius: 4px;
    font-size: 14px;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: black;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 30px;
}

button:hover {
    background-color: white;
    color: black;
    border: 2px solid black;
}

a {
    font-family: Poppins, Arial;
    font-size: 20px;
}

footer p {
    font-family: Poppins, Arial;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 20px;
}

.project-img {
    max-width: 80%;
}

@media (max-width: 992px) { /* Tablets */
    .project-img {
        max-width: 70%;
    }
    h3 {
        font-size: 1.8rem !important;
    }
    p {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 768px) { /* Mobile */
    .project-img {
        max-width: 60%;
    }
    h3 {
        font-size: 1.5rem !important;
    }
    p {
        font-size: 1rem !important;
    }
}


@media (max-width: 992px) { /* Tablets */
    main p {
        font-size: 3rem;
        margin-top: 40px;
    }
}

@media (max-width: 768px) { /* Mobile */
    main p {
        font-size: 3rem;
    }
}
