body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}


.container {
    max-width: 800px;
    margin: 0 auto;
}

header h1 {
    margin: 0;
}

header p {
    margin: 5px 0;
}

section {
    padding: 40px 0;
}


.about,
.heading {
    background-color: #f4f4f4;
}

.portfolio{
    background-color: #ffffff;
}

.contact {
    background-color: #ffffff;
}

h2 {
    color: #333;
}

.project {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    width:100%;
    max-width:1100px;
    border:0px;
    border-spacing:0px;
    border-collapse:separate;
    margin-right:auto;
    margin-left:auto;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.profile-img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

/* tab section style */
.tabs-container {
    display: flex;
    width:100%;
    padding-left: 0px;
    padding-right: 0px;
    max-width:1101px;
    border:0px;
    border-spacing:0px;
    border-collapse:separate;
    margin-right:auto;
    margin-left:auto;
}

.tab {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
    border-bottom: none;
    /* border-radius: 5px 5px 0 0; */
    /* margin-right: 5px; */
    width: 100%;
    text-align: center;
    font-family: Monaco
}

.tab:hover {
    background-color: #ddd;
}

.tab-content {
    display: none;
    padding-top: 20px;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    width:100%;
    max-width:1100px;
    margin-right:auto;
    margin-left:auto;
    border: none;
    border: 1px solid #ccc;
    border-top: None;
}

.project-img-container {
    width: 20%; /* Adjust as needed */
}

.project-description {
    padding: 10px; /* Adjust as needed for spacing */
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 20px;
    margin-right: 20px;
    flex-grow: 1; /* Allow text to grow and take remaining space */
}   

.static {
    position:absolute;
    background: white;
}

.static:hover {
    opacity:0;
}