body {
    /* background-color: #222; */
    margin: 0px;
    background-color: black;
    font-family: "Cantarell", "Verdana", sans-serif;
    color: #fafafa;
}

div {
    width: 90%;
    margin: auto;
}

h1 {
    margin-block-end: 0;
    color: #f5d4fa;
}

h2 {
    margin-top: 1em;
    margin-bottom: 0;
    color: #f5d4fa;
}

h3 {
    margin-top: 0.5em;
    margin-bottom: 0;
    font-size: 16pt;
}

h4 {
    margin-top: 0.5em;
    margin-bottom: 0.5;
    font-size: 11pt;
}

h5 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    font-size: 11pt;
}

p {
    margin-top: 0.5em;
    line-height: 1.45em;
    overflow-wrap: break-word;
}

.s, .s:visited, .s:hover, .s:active {
    color: inherit;
    text-decoration: none;  
}

.textlink, .textlink:visited, .textlink:hover, .textlink:active {
    color: inherit;
    text-decoration: #f5d4fa underline 2px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1000px;
}

.showcase {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

img {
    width: 100%;
}

.project {
    width: 150px;
    margin-top: 10px;

    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 8px;
}

.project:hover {
    transform: translateY(-4px);
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.2); */
    box-shadow: 0 4px 12px rgba(245, 212, 250, 0.25);
}

.project-subtitle {
    font-size: 10pt;
}

.bio {
    width: 95%;
    display: flex;
    flex-wrap: nowrap;
}

.bio-text {
    width: 80%;
}


.formal {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.blogs {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.post {
    width: 150px;
    margin-top: 10px;
}

.post-subtitle {
    font-size: 10pt;
}


/* .eeto-container{
    display: flex;
    flex-wrap: wrap;

    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.eeto {
    height: 31px;
    width: 88px;
    margin: 0%;
} */

#name {
    width: 60%;
}

#socials {
    justify-content: flex-end;
    align-items: center;
    width: 30%;
    margin-left: 10%;
}

#subtitle {
    margin-block-start: 0em;
}

#about {
    flex-direction: column;
}

#portrait {
    min-width: 150px;
    width: 20%;
    object-fit: contain;
    margin-left: 5%;
}

#footer {
    margin: -8px;
}

@media (max-width: 600px) {
    .bio {
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .bio-text {
    width: 100%;
    }

    #portrait {
    min-width: 150px;
    width: 55%;
    object-fit: contain;
    margin-left: 0%;
    }
}