.titlename {
    font-family: 'Times New Roman', Times, serif;
}

#titleflex {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#para {
    width: 400px;
}

.row {
    display: flex; /* Enable flexbox */
    flex-direction: row; /* Align items in a row */
    margin: 140px;
    align-items: center; 
}

.divforintro {
    flex: 1; 
}

img {
    width: 410px;
    height: auto;
}

.tempimage {
    width: 300px;
    height: 200px;
}

.content {
    text-align: center;
}