body, html {
background-color: #20dcf5;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f2f2f2;
  color: #333
}
.container-1{
  
  position:fixed;
  top:0;
  left:0;
  height: 40vh;
  width: 100vw;
}

.text{ 
  position: fixed;
  top: 13vh;
  left: 100px;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  padding-top: 30px;
  text-align: left;
}

.container {
  background-color: #dd19c3;
  text-align: fixed;
  top:5vh;
  margin: 20px;
  max-width: 500px;
  max-height: 200px;
  position:relative;
  justify-content: center;
  
}

.recaptcha-box {
  background-color: #fff;
  padding: 15px;
  width: 100%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  text-align: center;
}

.recaptcha-button{
display: inline-flex;
align-items: center;
padding: 10px 20px;
background-color: #faae40;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
transition: background 0.3s;
}

.recaptcha-button img{
    margin-right: 10px;
    min-width: 100%;
    height:auto;
    
}

.recaptcha-button:hover{
    background: #f38020;
   
}

.overlay{
  background-color: #e72a2a;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 10;
  display: none;
  text-align: center;
}

.overlay.active{
    display:block;
}

.recaptcha-popup {
 display: none;
 padding: 20px;
 background: #fff;
 box-shadow: 0 5px 20px rgba(0,0,0,0.3);
 border-radius: 8px;
 text-align: left;
 position: absolute;
 top:110%;
 left:50%;
 transform: translateX(-50%);
 z-index: 20;
 animation:fadeIn 0.5s ease;
 width: 50%;
}

.recaptcha-popup.active{
    display: block;
}

#p1 {
    font-family: 'Courier New', Courier, monospace;
    width: 100%;
    font-weight: bolder;
    font-size: clamp(1.5rem, 5vw, 3cap);
}
#p2 {
    font-family: 'Courier New', Courier, monospace;
    margin-top: 25px;
    width: 100%;
    font-size: clamp(1.5rem, 5vw, 2cap);
}

#cloudflare-logo {
    position: absolute;
    top: 0vh;
    left: 75%;
    width: 15%;
    max-width: 100%;
    height: auto;
    display: block;
}


#content {
    box-sizing: border-box;
    user-select: none;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    justify-content: space-between;
    align-items: center;
    gap: 7px;
    height: 65px;
    display: flex;
}

.main-wrapper {
    color: #232323;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    margin: 3;
    padding: 10px;
    font-family: -apple-system, system-ui, blinkmacsystemfont, Segoe UI, roboto, oxygen, ubuntu, Helvetica Neue, arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    width: 100 vw;
}

#terms a:link, #terms a:visited {
    color: #232323;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    text-decoration: underline;
    
}

#logo {
    height: 25px;
    margin-bottom: 1px;
}

#MwRA1{
  padding-left:20px;
}

#branding{
  display: flex;
  flex-direction: column; /* stack children vertically */
  align-items: flex-end; /* align to the left */
  padding-right:20px;
  flex-wrap: wrap;
}


#terms{
    color: #232323;
    justify-content: flex-end;
    font-size: 11px;
    font-style: normal;
    line-height: 10px;
    display: inline-flex;
}

.link-spacer {
  margin: 0 3px; /* adds space on both sides of the dot */
}

.footer {
      position:absolute;
      bottom: 10vh;
      width: fit-content;
      font-size: 0.95em;
      color: #999;
    }