* {
  --primary :#333a41;
  --dark: #424242;
  --dark-light: #BEBEBE;
  --red: #CF0000;
  --green-light: #7DB382;
  --blue: #F2F6FA;
  margin:0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

.ads-mobile {
  display: none;
}

.ads-desktop {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 720px)
{
  .ads-desktop {
    display: none;
  }

  .ads-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
.modal-robin{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  border-bottom: black solid 1px;
}
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.modal-content-sales {
  max-width: 400px;
  margin: 0 auto;
  border-radius: 10px;
}
.modal-robin p{
  font-weight: bold;
}
.roborobin{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
}
.robin-title{
  display: flex;
  justify-content: center;
  align-items: center;
}