.button, .button hover {
background-color: #fff;
}
main {
max-width: 400px! important;
margin: auto;
}

 a {   
  text-decoration: underline dotted 18%;
color: #121212; font-weight: 800;      text-decoration-color: rgba(0, 0, 0, 0.5);
}

* {
color: #000;
font-weight: 500; 
}

strong {
color: #000;
font-weight: 900; 
}

#scrollbox {
width: 300px;
height: 150px;
color: #000;
background: #fff !important; 
font-size: 16px !important;
border: 1px solid rgb(0, 0, 0);
overflow: auto !important;
margin: auto;
  outline-style: double;
padding: 5px !important;
}

#scrollbox2 {
width: 150px;
height: 30px;
color: #000;
background: #fff !important; 
font-size: 16px !important;
border: 1px solid rgb(0, 0, 0);
overflow: auto !important;
margin: auto;
  outline-style: double;
padding: 5px !important;
}

.spoiler, .spoiler2, .spoiler a, .spoiler2 a{ 
  color: black; 
  background-color: black;
    border-radius: 10px;
}

.spoiler:hover, .spoiler:hover a {
 background-color:white; 

}

.spoiler2:hover, .spoiler2:hover a { 
 background-color:white; 
}

 .container-base { background-color: #fff; }
body { background-color: #fff; }