body {
    background-color: #344e41;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
}

.page-layout {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 90vh;
    position: relative;
}

.aboutheading {
    text-align: center;
    color: #c9b99a;
    font-size: 28px;
    letter-spacing: 0.3px;
    font-family: 'verdana', sans-serif;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.aboutheading {
    margin-top: 0;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    height: 60px;
    background-color: #252519;
    color: #888878;
    font-family: 'verdana' sans-serif;
    font-size: 13px;
    margin-top: 40px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    height: 60px;
    background-color: #252519;
    color: #f0ece3;
    border-radius: 0 0 20px 20px;
    font-family: 'verdana', sans-serif;
    font-size: 15px;
}

.gitlink a {
    color: #c9b99a;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.aboutme p {
    width: 60%;
    margin: 20px auto;
    font-family: 'verdana', sans-serif;
    color: #f0ece3;
    line-height: 1.6;
    font-size: 16px;
    justify-content: center;
    position: absolute;
    top: 540px;
    left: 50%;
    transform: translateX(-50%);
}

.links {
    display: flex;
    gap: 20px;
}

.links a {
    text-decoration: none;
    color: #c9b99a;
}

.aboutimg {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #2a4233;
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translate(-50%, -60%);
    overflow: hidden;
}

.aboutimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}