body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #061726;
    color: #c9d1d9; /* GitHub text color */
}

.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #000312;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.profile-section {
    text-align: center;
}

.profile-image {
    width: 150px; /* Adjust the size as needed */
    border-radius: 50%;
    border: 2px solid #1f9ad0;
    padding: 5px;
}

.github-username {
    color: #ffffff; /* GitHub blue color */
}

header, section, footer {
    margin-bottom: 20px;
}

h1, h2, h3 {
    color: #1f9ad0; /* GitHub blue color */
}

p {
    color: #8b949e; /* GitHub text-secondary color */
}

.picturedtext {
    background-color: #061726;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #0b3148;
    width: fit-content;
}

.picturedyears {
    background-color: #061726;
    padding: 5px 16px;
    border-radius: 10px;
    border: 1px solid #0b3148;
    width: fit-content;
    color: #c9d1d9;
    font-weight: bolder;
    font-size: larger;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.projects {
    border-top: 2px solid #30363d; /* GitHub border-secondary color */
    padding-top: 20px;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 10px;
}

.project {
    border: 1px solid #0b3148; /* GitHub border-secondary color */
    padding: 10px;
    border-radius: 10px;
    background-color: #061726;
}

footer {
    justify-content: center;
    display: flex;
}

footer a {
    text-decoration: none;
    color: #1f9ad0; /* GitHub blue color */
}

footer a:hover {
    text-decoration: underline;
}

.techlanguages > ul {
    list-style: none;
}

.languagescolumn {
    font-size: 30px;
    display: flex;
    padding: 5px;
    column-gap: 10px;
}

.buttonlink {
    text-decoration: none;
    color: #1f9ad0;
    padding: 5px;
    background-color: #061726;
    border-radius: 5px;
    border: 1px solid #1f9ad0;
    display: inline;
    height: fit-content;
}

.buttonlink:hover {
    color: white;
}

.contaactform-center {
    margin: 0 auto;
    justify-content: center;
}

/* New styles for the contact form */
.contact-form {
    margin-top: 30px;
    text-align: left;
    border-top: 2px solid #30363d;
    padding-top: 20px;
    width: 100%;
    height: auto;
}

.contact-form h2 {
    color: #1f9ad0;
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-form form {
    margin: 0 auto;
    grid-auto-flow: dense;
}

.contact-form label {
    display: block;
    color: #1f9ad0;
    margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
    width: 50%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #1f9ad0;
    border-radius: 15px;
    background-color: #061726;
    color: #c9d1d9;
    transition: border-color 0.3s, background-color 0.3s;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #8b949e;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #1f9ad0;
    background-color: #0e293e;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form textarea::-webkit-scrollbar {
    display: none;
}

.contact-form button {
    padding: 12px;
    background-color: white;
    color: black;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid white;
    font-weight: bolder;
    font-size: 12px;
    align-self: flex-start;
    display: flex;
}

.contact-form button:hover {
    background-color: transparent;
    border: 1px solid white;
}

/* Add this CSS in your existing styles.css or create a new one */
.activity {
    border: 1px solid #0b3148; /* GitHub border-secondary color */
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #061726;
    color: #c9d1d9;
    font-size: 14px;
}

.github-activities {
    border-top: 2px solid #30363d; /* GitHub border-secondary color */
    padding-top: 20px;
    margin-top: 20px;
}

.github-activities h2 {
    color: #1f9ad0;
    font-size: 24px;
    margin-bottom: 20px;
}

.rumblerlink {
    text-decoration: none;
    color: #74cc1d;
}

.fa-paper-plane {
    margin-right: 10px;
    scale: 1.2;
}

/* Sponsor Ad */
.sponsorbanner {
    border-radius: 15px;
    animation: bounce 3s infinite ease-in-out;
    height: 210px;
    width: 100%;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.cbc-button {
    text-decoration: none;
    color: black;
    background-color: white;
    padding: 6px 16px;
    display: flex;
    margin-bottom: 10px;
    border-radius: 25px;
    justify-content: center;
    margin-top: 10px;
    font-weight: bolder;
    font-size: 20px;
    justify-content: center;
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
    transition: scale 0.3s, box-shadow 0.3s ease-in-out;
}

.cbc-button:hover {
    scale: 1.15;
    box-shadow: 0px 0px 35px rgba(255, 255, 255, 0.188);
}

.coffeemug {
    margin-right: 10px;
}

#donate-button {
    display: flex;
    width: 125px;
    float: right;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 2;
}

.github-username {
    margin-bottom: 50px;
}

.success-icon {
    text-shadow: 0px 0px 50px;
}