body {
    margin: 0;
    padding: 0;
    text-align: left; 
    width: 100%;
    height: 100%; 
    overscroll-behavior-y: contain; 
}
  
body.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    touch-action: none;
}

.toggle__wrapper:focus-visible {
    background-color: #0e508d !important;  

}
 
 
  