:root {
  --btn-visibility: block !important;
}

[data-theme="app"] {
  --btn-visibility: none !important;
}

.container {
  padding-top: 10%;
  padding-left: 10% !important;
  padding-right: 10% !important;
  width: 396px;
  max-width: 396px;
  height: 492px;
  align-items: center;
  justify-content: center;
  display: flex;
}



.label-description {
  height: 48px;
  font-family: Simplon BP;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #282828;
  
  
}

.label-social {
  font-family: Open Sans !important;
  font-style: normal;
  font-weight: 900;
  font-style: normal;
  font-size: 25px;
  line-height: 35px;
  color: #121212;
  text-align: center;
}

.logo-oi{
  width:80px;
}

