﻿body {
}
.src0 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    background-color: darkblue;
    color:yellow;
    font-weight:bold;
    border:0.5px solid lightblue;
}
.src{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:10px;
    background-color:darkblue;
}
.src1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    background-color: darkblue;
}
.src2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    background-color: darkblue;
}
.srcimg {
    width: 100%;
    height: 100%;
   /* object-fit: contain;*/
}
.sim {
    display: flex;
    align-items: center;
    justify-content: center;

 
}