
.rectangle {
  display: flex;
min-width: 726px;
min-height: 100px;
  position: relative;
height: 100%;
  top:30px;
  width: 95%;
left: 2%;

  background-color: rgba(0,191,255,1);
}

.A{
position: relative;
top:1px;
left:15px;
height: 90px;
width:60px;
background-color: rgba(250,250,220,1);
background-image: url("https://web.archive.org/web/20211230094009im_/http://webos.top/logo.jpg");
background-size: cover;
border: 3px solid rgb(230,230,230,1);
}
.textA {
position: relative;
left: 50px;
top:15px;
font-size: 24px;
color: white;
}

.textAA {
position: relative;
left: 100px;
top:15px;
font-size: 24px;
color: white;
}
.textAB {
position: absolute;
left: 85%;
top:15px;
font-size: 24px;
color: white;
}
















