.blog-container {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-items: center;
    align-items: center;
}

.frame{
    width: 400px;
    height: auto;
    background-color: white;
    
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    text-align: left;
    padding: 25px 40px;
    font-family: Inter;
}
.frame h2{
    font-weight: 900 !important;
    margin-bottom: 40px;
}
.frame p{
    font-weight: 550;
}
.frame button{
    background-color: #3A9D61;
    padding: 12px;
    box-shadow: none !important;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin: 10px 10%;
    width: 80%;
    transition: 0.2s;

    color: white !important
}
.frame button:hover{
    scale:1.03
}
footer{
    margin-top: 200px !important;
}

@media (max-width: 700px){
    .blog-container{
        padding-top: 0;
    }
    .frame{
        padding: 8vw;
        width: 70vw
    }
    .frame h2{
        margin-bottom: 5vw;
        font-size: 4vw;
    }
    .frame p{
        font-size: 3vw;
    }
    .frame button{
        margin-top: 3vw;
        width: 80%;
        border-radius: 3.54vw;
        font-size: 3vw;
    }
}


main{
    font-family: Inter;   
    margin-top: 20px !important;
}

.bios {
    width: 50vw;
    display: inline-block;
    float: left;
    z-index: 100000;
}

.bio {
    width: 16vw;
}

.max {
    margin-top: -5%;
    margin-left: 18%;
}

.luca {
    margin-top: -20%;
    margin-left: 55%;
}

.pfp {
    width: 16vw;
    height: 16vw;
    background-color: blueviolet;
    border-radius: 2222px;
    border: 2px solid darkgreen
}

.bio p {
    margin-top: 1vw;
    padding-left: 10%;
    font-size: 0.8vw;
    text-align: left;
    color: black
}

.text-container {
    width: 40vw;
    float: right;
    top: 0;
    display: inline-block;
    padding-right: 15vw;
    padding-top: 3vw;
}

.text-container h1 {
    margin-top: -4vw;
    font-size: 1.8vw;
    font-weight: 800;
}

.text-container p {
    font-size: 1.1vw;
    margin-bottom: 6vw;
}


@media (min-width: 700px) {
    .lang {
        transform: scale(0.6);
        margin-top: 0.5vw;
        font-weight: 500;
    }
        
}


.frame{
    box-shadow: 0px 0px 7.2px -2.4px rgba(0, 0, 0, 0.58) !important; 
 
}
@media (max-width: 700px) {
    .frame{
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25) !important;
    }
}