.mainSection{
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: clamp(350px, 90%, 1400px);
}

.mainPhoto{
    width: 80%;
    max-width: 800px;
    border-radius: 30px;
}

.bio{
    width: 80%;
    max-width: 2000px;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    padding: 20px;
    border: #300000 1px solid;
    font-size: clamp(12px, 20px, 18px);
}