@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap');
.attribution { font-size: 11px; text-align: center;}
.attribution a { color: hsl(228, 45%, 44%); }

body{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  background-color: hsl(185, 75%, 39%);
  background-image: url(images/bg-pattern-top.svg), url(images/bg-pattern-bottom.svg) ;
  background-repeat: no-repeat, no-repeat;
  background-position:right 50vw bottom 50vh, left 50vw top 50vh;
  font-family: 'Kumbh Sans', sans-serif;
}

.main{
 display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
    background-color: white;
    border-radius: 1rem;
}
.top{
  text-align: center;
 
}
.num{
  font-family: 'Kumbh Sans', sans-serif;
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  margin-bottom: 0.5rem;
  border-top: 1px solid hsla(227, 10%, 46%, 0.2);
  padding: 15px 50px;
  margin-top: 30px;
}
h1{
  font-size: 1.2rem;
  color: hsl(229, 23%, 23%);
  font-weight: 700;
  margin-top: 1.5rem;
}
span{
  font-weight: 100;
  color:  hsl(227, 10%, 46%);
}
p,.loc{
  font-weight: 300;
  color: hsl(227, 10%, 46%);
  font-size: 0.9rem;
  margin-top: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
p{
  font-size: 0.8rem;
  margin-top: 0rem;
}
h2{
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  text-align: center;
  font-weight: 700;
  color: hsl(229, 23%, 23%);
}
.inf0{
  display: flex;
  justify-content: center;
  align-items: center;
}
.victor{
  border-radius: 3rem;
  width: 5.7rem;
  position: relative;
  top: -3rem;
  left: 8.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid white;
}
.image-bg{
  margin-bottom: -3rem;
}
.card{

  border-radius: 1rem 1rem 0rem 0rem;
}
@media(max-width:500px){
  .card{
    width: 100%;
    object-fit: cover;
  }
  .main{
    width: 20rem;
  }
  .victor{
    display: flex;
    justify-content: center;
    align-items: center;
    
    left: 35%;
  }
}