#scontainer{
background-color: rgb(34,34,34);

}


#div3b{

    display: flex;
}
#div1{
    height: 300px;
 
    display: flex;
}
#div2{
    margin-left: 50px;
    height: 300px;
    border: 1px solid rgb(20, 19, 20);  
}
#div3{
    height:290px ;
    margin-right: 50px;
    margin-left: 10px;
    background-color: black;
}

#bimage{
    height: 290px;

}
h2{
 color: #dd625e;
 cursor: pointer;
 font-weight: 400;
 font-size: 27px;
 font-family: Open Sans,sans-serif;
 font-size: 25px;
 margin: 10px 0 0 12px;
   
}
#pimage{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 20px 0 0 10px;
}
#div3b2{
    margin: 40px 0 0 10px;
    color: wheat;
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;

}
#div3c{
    margin: 10px 0 0 12px;
    color: white;
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;

}
#time{
    margin: 15px 0 0 12px;
    color: rgb(138,138,138);
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;

}
#div3e{
margin: 30px 0 0 12px;

}
#button1{
width: 150px;
height: 28px;
border-radius: 20px;
background-color: rgb(192,45,40);
color: white;
border: none;
font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;


}
#button2{
    width: 150px;
    height: 28px;
    border-radius: 20px;
    margin-left: 10px;
    background-color: rgb(201,79,23);
    color: white;
    border: none;
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;

    }
    #company{

        opacity: 0.6;
        margin-top: 2px;
    }



