@import url("/assets/css/_post-card.css");
@import url("/assets/css/_recent-post.css");
@import url("/assets/css/_biography.css");

body {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #eec382;
    color: white;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3.5rem;
}

.container--main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
    z-index: 2;
}

h1 {
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    /* font-size: 7.5em; */
    font-size: clamp(3rem, 15vw, 7.5rem);
    font-weight: 700;
    margin: 0;
    color: #333;
}

 .name {
    font-size: clamp(0.5rem, 15vw, 2rem);

    font-weight: 700;
    color: #333;
    margin: 0.5rem;
}

.animated-me {
    border-radius: 20px;
    width: clamp(20rem, 55vw, 30rem);
    height: auto;
    margin-top: 2rem;
}

.big-circle_1 {
    background-color: #e39249;
    height: clamp(38em, 110vw, 60rem);
    width: clamp(38rem, 110vw, 60rem);
    min-width: 38rem;
    min-height: 38rem;  
    border-radius: 50% 50% 0 0; 
    z-index: 1; 
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5); /* Large shadow */
}
