body {
    background-image: url(https://chaoticbon.com/reav2darker.png);
    background-attachment: fixed;
    background-position: center;
    background-color: #010103;
    background-size:400px;
}
p,a,h1,h2,h3,h4{
font-family:arial;
margin:0;
}
p{
color:#fff;
font-weight:normal;
}
h1{
color:#3F41FF;
font-weight:bold;
}
h2{
color:#9145CF;
font-weight:bold;
}
a:link{
color:#3F41FF;
text-decoration: none;
font-weight:normal;
}
a:visited{
color:#3F41FF;
}
a:hover{
color:#fff;
text-decoration: underline;
}
a:active{
color:#9145CF;
}
html{
scrollbar-base-color: #9145CF;
scrollbar-color: #9145CF#000;
}
::selection {
  color: #fff;
  background: #3F41FF;
}
.div1 {
border:#9145CF 1px solid;
background-color:#010103;
text-align:left;
}
.div2 {
border:#3F41FF 1px solid;
background-color:#010103;
text-align:left;
}