.title {
    font-family: 'Brush Script MT', sans-serif !important;
    text-align: center;
    font-size: xx-large;
}


header {
    background: url("https://cdn.pixabay.com/photo/2022/06/10/17/57/petals-7254997_1280.jpg");
    background-repeat: no-repeat;
    background-size: 1600px auto;
}

body {
    background-color: aliceblue;
}

footer {
    background-color: rgb(240, 240, 240);
    text-align: center;
}

h3 {
    font-size: medium;
    text-align: center;
}

.bio {
    display: flex;
    align-items: center;
}


.bio_text {
    text-align: justify;
    font-family: 'Courier New', Courier, monospace;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px; 
    background-color: rgb(240, 240, 240);
}

.img-fluid {
    width: 700px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.gallery {
    text-align: center;
    padding-bottom: 50px;
}


.images img {
    width: auto;
    height: 300px;
    padding-bottom: 8px;
    padding-left: 2px;
    padding-right: 2px;
}


.images {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}



.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}





