.runtime{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000000;
    width: 80%;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.bluetext{
    color: #1877F2;
}
.about-div{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000000;
    width: 70%;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.about{
    display: flex;
    justify-content: space-between;
}
.a-text{
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.a-image{
    width: 200px;
    height: 200px;
}
.con-us{
    color: #808080;
    text-align: center;
}