
body {
  text-align: center;
  align-items: center;
}

@media screen and (min-width:800px) {
  .backgroundo{
    text-align: center;    
    color:darkblue;
    background-size: cover;
    margin: 2cm 8cm;
}  
.backgroundo img{
  width: 275px;
  align-self: center;
  border-radius: 75%;
  height: 275px;
}
.Teamu{
  display: flex;
  flex-direction: row;
  flex:auto;
  justify-content: space-between;
  width:100%;
}
.card{
  margin: 0.5cm;
}
.Team{text-align: center;
  color: darkblue;
  background-size: cover;
  margin: 2cm 8cm;}
}

@media screen and (max-width:1000px) {
    .backgroundo {
        text-align: center;
        color: rgb(0, 0, 232);
        background-size: cover;
        margin: 6cm;
        font-size: small;
    }
}
@media screen and (max-width:600px) {
  .backgroundo{
    text-align: center;    
    color:rgb(255, 0, 212);
    background-size: cover;
    margin: 2cm 2.5cm;
    font-size: medium;
}  
.backgroundo img {
  width: 275px;
  align-self: center;
  border-radius: 75%;
  height: 275px;
}

.Teamu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.card{
  margin-top: 1cm;
}

.card img{
  width: 200px;
}
.Team {
  text-align: center;
  color: rgb(255, 0, 212);
  background-size: cover;
  margin:0cm 1.5cm;
}
}


