.content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.content p {
    color: white;
    text-align: center;
}

.waves-container {
    position: absolute; 
    z-index: -1;
    width: 100%;
    height: 100%;
}

.waves {
    margin-top: 63px;
    height: 110vh;
    width: 100%;
    opacity: 0.09;
    box-shadow: inset 0 0 540px #0b0b0b;
}

.aboutme-card {
    margin-top: 40px;
    width: 430px;
    height: 160px;
    background-color: #131313;
    border-radius: 5px;
}

.aboutme-card2 {
    margin-top: 10px;
    width: 430px;
    height: 160px;
    background-color: #131313;
    border-radius: 5px;
}

.pfp {
    background-color: #1f1f1f;
    border-radius: 900px;
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin-top: 14px;
    margin-left: 20px;
    margin-right: 20px
}

.ab-top {
    display: flex;
    align-items: flex-start;
}

.ab-container {
    margin-top: 16px;
    width: 390px;
    height: 127px;
    background-color: #181818;
    border-radius: 5px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}

.ab-container p {
    font-size: 15px;
    text-align: left;
    margin-right: 10px;
    margin-left: 10px;
    top: 10px;
    position: relative;
    color: #e2e1e1;
}

.blabel {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}

.blabel p {
    text-align: left;
    margin-bottom: -10px;
}

.blabel .xname {
    font-size: 18px;
}

.blabel .xdesc {
    color: #8b8b8b;
    font-size: 15px;
}

.smedia-container {
    width: 390px;
    height: 74px;
    margin-left: 23px;
    margin-right: 23px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.smedia-container a svg {
    width: 30px;
    height: 30px;
    fill: #d4d4d4;
    margin-right: 12px;
}

@media screen and (max-width: 768px) {
    .blabel .xdesc {
        font-size: 14px;
    }
    .aboutme-card {
        width: 361px;
    }
    .aboutme-card2 {
        width: 361px;
    }
}
