body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
}

h1,
h2 {
    text-align: center;
}

.profile-figure {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 40px;
    margin-left: 40px;
    min-width: 400px;
}

.side-figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
    min-width: 400px;
}

.horizontal-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.vertical-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-image {
    width: 100%;
    height: auto;
}

.bio {
    max-width: 1000px;
    margin: 20px auto;
    font-size: 20px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}