body {
    background-color: rgba(60, 0, 255, 0.369);
}
.upheader-container img {
    width: 6%;
}
.upheader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #591ba6;
    color: rgb(255, 255, 255);
    padding: 10px;
    z-index: 1000;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.upheader-container a {
    color: rgb(255, 255, 255);
    text-decoration-line: none;
    transition: background-color 0.3s;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
}
.upheader-container a:hover {
    color: rgb(0, 0, 0);
    text-decoration-color: ease-in-out;
    text-decoration-line:overline;
}

.upheader-container h1 {
    color: rgb(255, 255, 255);
    font-family: Georgia, 'Times New Roman', Times, serif;
}

/* Welcome Upheader Constructor */
.welcome-upheader-constructor img {
    width: 100%;
}
.welcome-upheader-constructor h1 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        padding: 18px;
        font-size: 20px;
        font-weight: bold;
        text-align: left; /* Left align text */
        box-sizing: border-box;
        border-radius: 0 0 8px 8px;
        line-height: 1.5em; /* Better spacing between lines */
}
.welcome-upheader-constructor p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        color: white;
        padding: 15px;
        font-size: 20px;
        font-weight: bold;
        text-align: bottom;
        box-sizing: border-box;
        border-radius: 0 0 8px 8px;
        line-height: 3em;
}
.footer {
    background: linear-gradient(135deg, #aa00ff, #000000);
    padding: 50px 20px;
    text-align: center;
    color: white;
    margin-top: 50px;
    border-top: 2px solid #690cb5d8;
}

.footer-container {
    max-width: 900px;
    margin: auto;
}

.footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.logo-circle {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #a925ebd8, #000000);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
}

.footer-brand h2 {
    font-size: 32px;
    margin: 0;
}

.footer-text {
    color: #cbd5e1;
    margin-bottom: 25px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.social-links a {
    color: white;
    text-decoration: none;
    background: rgba(232, 232, 232, 0.1);
    padding: 12px 20px;
    border-radius: 10px;
    transition: 0.3s;
}

.social-links a:hover {
    background: #000000;
    transform: translateY(-3px);
}

.copyright {
    margin-top: 30px;
    color: #ffffff;
    font-size: 14px;
}
.logo-circle img{
  width: 100%;
  border-radius: 20px;
}

/* Creators Coding */
.creators-container h1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #591ba6;
    color: rgb(255, 255, 255);
    padding: 10px;
    z-index: 1000;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.creators-container p {
    margin-top: 100px;
    padding: 20px;
    background-color: #591ba6;
    color: white;
    display: inline-block;
}
.announce-container {
    margin: 27px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 15px;
}
.announce-container p{
    margin-top: 100px;
    padding: 20px;
    background-color: #591ba6;
    color: white;
    display: inline-block;
}
.announce-container img {
    width: 100%
}
.announce-container h1 {
    position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        padding: 18px;
        font-size: 20px;
        font-weight: bold;
        text-align: left; /* Left align text */
        box-sizing: border-box;
        border-radius: 0 0 8px 8px;
        line-height: 1.5em; /* Better spacing between lines */
        margin: 20px 10px;
}

.announce-container h6 {
    align-items: center;
    text-align: center;
    font-size: 20px;
    margin: 20px 510px;
    padding: 20px;
    background-color: #1b27a6;
    color: white;
    display: inline-block;
}
.back-to-page-container a{
    background-color: #591ba6;
    color: white;
    display: flex;
    padding: 2px;
    border-radius: 20px;
    margin: 20px 886px;
    text-align: center;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    transition: background-color 0.3s;
}
.back-to-page-container a:hover {
    background-color: blue;
    color: orange;
}

/* Credits to - Coding - StyleSheeting */

.Credits-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #591ba6;
    color: rgb(255, 255, 255);
    padding: 10px;
    z-index: 1000;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.Credits-container h1 {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.img-credits-container img {
    width: 100%
}
.img-credits-container h1 {
    position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        padding: 18px;
        font-size: 20px;
        font-weight: bold;
        text-align: left; /* Left align text */
        box-sizing: border-box;
        border-radius: 0 0 8px 8px;
        line-height: 1.5em; /* Better spacing between lines */
}
/* Portfolio of the creators - Constructing it's index - StyleSheets*/
.person-credits-container {
    background-color:#591ba6;
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 1000px 1000000px 10000px;
    justify-content: space-between;
    display: block;
    margin: 50px;
    box-shadow: 2000px;
}

/* All Boards of the creators - StyleSheeting - Producting - Coding*/
.first-person {
    background-color: #aa00ff;
    border-radius: 20px;
    display: block;
    margin: 20px 720px;
}
.first-person h1{
   font-family:Verdana, Geneva, Tahoma, sans-serif;
   text-decoration-line: underline;
}
.first-person p{
   font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.second-person {
    background-color: #aa00ff;
    border-radius: 20px;
    display: block;
    margin: 20px 720px;
}
.second-person h1 {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-decoration-line: underline;
}
.second-person p {
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.third-person {
    background-color: #aa00ff;
    border-radius: 20px;
    display: block;
    margin: 20px 720px;
}
.third-person h1 {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-decoration-line: underline;
}
.third-person p {
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

/* Portfolio - StyleSheeting - Coding */
.portfolio-container{
            width:100%;
        }

        .portfolio-box{
            display:inline-block;
            width:280px;
            background-color:#591ba6;
            color:white;
            margin:15px;
            border-radius:15px;
            overflow:hidden;
            box-shadow:0 5px 20px rgb(118, 31, 131);
            transition:0.3s;
        }

        .portfolio-box:hover{
            transform:translateY(-8px);
        }

        .portfolio-box img{
            width:100%;
            height:180px;
            object-fit:cover;
        }

        .portfolio-content{
            padding:20px;
        }

        .portfolio-content h2{
            margin:10px 0;
        }

        .portfolio-content p{
            color:#cccccc;
        }

.portfolio-container{
    width:100%;
    text-align:center;
}

.portfolio-box{
    display:inline-block;
    width:280px;
    background:#6a00ff;
    color:white;
    margin:15px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(255, 255, 255, 0.4);
    vertical-align:top;
}