.conteiner>img{ 
    margin: 60px;
    display: flex;
    justify-content: center; 
    border: 4px solid #1a0b0bf3;
    border-radius: 10px;
    /* box-shadow: 2px 2px 5px rgba(rgb(189, 26, 26), rgb(57, 172, 57), rgb(102, 102, 196)); */
    box-shadow: 19px 20px 35px rgba(24, 15, 15, 0.3);
}
.connteiner {
    display: flex;
    justify-content: flex-end;
}
.git a {
     display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 4rem;
        height: 4rem;
        background-color: transparent;
        border:  0.2rem solid #2d2ac7;
        font-size: 2rem;
        border-radius: 50%;
        margin: 3rem 1.5rem 3rem 0;
        transition: 0.3 ease;
}
.trade-winds-regular {
  font-family: "Trade Winds", system-ui;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: space-around;
}
.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}
.bri {
      display: flex;
     flex-direction: column;
}
