.container-lg{
background-color: rgb(27, 27, 116);
}
.upper{
display: flex;
justify-content: space-between;
color: rgb(226, 226, 226);
align-items: center;
padding-top: 20px;
}
.upper h1, i{
font-size: 1.5em;
padding: 5px;
}
.text{
color: rgb(226, 226, 226);
display: flex;
flex-direction: column;
padding-top:1em;
}
.text p{
margin-bottom:0.1em;
}
.lower{
display: flex;
justify-content: space-between;
}
.lower{
display: flex;
justify-content: space-between;
align-items: center;
padding-top:1.5em;
}
img{
background-color: transparent;
width: 5em;
height: 5em;
}
.logo2{
color:white
}
.koc{
display: flex;
align-items: center;
}
.koc p{
color:rgb(226, 226, 226);
font-size: 2em;
margin-left:0.1em
}
.koc img{
width: 3em;
height: 3em;
filter:brightness(0) invert(1);
}