:root {
  font-family: Helvetica, sans-serif, apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
  font-size: 16px
}

body,
html {
  height: 100%
}

body {
  margin: 0
}

@media only screen and (max-width:875px) {
  :root {
    font-size: 12px
  }
}
#header { 
  display:block;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  border: none;
  background: url(https://gameswordle.com/adoptle/img/adoptle-72x72.png) no-repeat bottom;
  width: 100%;
  height: 100px;    
  } 
  
  div.a {
    font-size: 11px;
    font-weight: bold;
    color: green;
  }
  div.b {
    font-size: 15px;
    padding: 10px;
    
    
   
  }

  button1 {
    --green: #1BFD9C;
    font-size: 15px;
    padding: 0.5em 1.2em;
    letter-spacing: 0.06em;
    position: relative;
    font-family: inherit;
    border-radius: 0.6em;
    overflow: hidden;
    transition: all 0.3s;
    line-height: 1.4em;
    border: 2px solid var(--green);
    background: linear-gradient(to right, rgba(27, 253, 156, 0.1) 1%, transparent 40%,transparent 60% , rgba(27, 253, 156, 0.1) 100%);
    color: var(--green);
    box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.4), 0 0 9px 3px rgba(27, 253, 156, 0.1);
   }
   
   button1:hover {
    color: #82ffc9;
    box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.6), 0 0 9px 3px rgba(27, 253, 156, 0.2);
   }
   
   button1:before {
    content: "";
    position: absolute;
    left: -4em;
    width: 4em;
    height: 100%;
    top: 0;
    transition: transform .4s ease-in-out;
    background: linear-gradient(to right, transparent 1%, rgba(27, 253, 156, 0.1) 40%,rgba(27, 253, 156, 0.1) 60% , transparent 100%);
   }
   
   button1:hover:before {
    transform: translateX(15em);
   }
  
   .content-profile {
    text-align: center;
  
  }
  
  .content-profile2 {
    text-align: center;
    font-weight: bold;
  }
  
  .sponsored {
    font-size: 10px;
    font-weight: 700;
    margin: 8px 0 0 0;
    justify-content: center;
    text-align: center;
    color: var(--color-tone-2);
    background-color: var(--color-tone-5);
    height: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
  }
  .responsive {
    width: 100%;
    height: auto;
  }