#intro{
    display:flex;
    flex-direction: row;
    gap:15px;
    margin-top:20px;
}
#intro>img{
    width:200px;
    height:200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:20px;
}