body{
    background: #0aa60a;
background: linear-gradient(90deg, rgba(10, 166, 10, 1) 0%, rgba(0, 186, 109, 1) 50%, rgba(15, 125, 103, 1) 100%); font: 15px "Comic Sans MS";text-align: center;
}

h1{
    color: #171f1b;
}

p{
    color: #3e5c4e;
}

h2 {
    color: #171f1b;
}

.verdinho1{
    background: #00FF88;
background: linear-gradient(90deg, rgba(0, 255, 136, 1) 0%, rgba(25, 212, 125, 1) 50%, rgba(41, 163, 106, 1) 99%);
    border-radius: 20px;
}
.verdinho2{
    background: #2EFF9D;
background: linear-gradient(90deg, rgba(46, 255, 157, 1) 0%, rgba(48, 194, 126, 1) 50%, rgba(61, 153, 110, 1) 99%);
    border-radius: 20px;
}
.verdinho3{
    background: #4AFAA8;
background: linear-gradient(90deg, rgba(74, 250, 168, 1) 0%, rgba(88, 163, 128, 1) 48%, rgba(90, 176, 137, 1) 50%, rgba(111, 130, 121, 1) 99%);
    border-radius: 20px;
}
.verdinho4{
    background: #6AF3B3;
background: linear-gradient(90deg, rgba(106, 243, 179, 1) 0%, rgba(88, 163, 128, 1) 48%, rgba(107, 191, 152, 1) 50%, rgba(97, 128, 113, 1) 99%);
    border-radius: 20px;
}

.verdinho1:hover{
    background: #4c00ff;
}
.verdinho2:hover{
    background: #4815be;
}
.verdinho3:hover{
    background: #452888;
}
.verdinho4:hover{
    background: #35294e;
}
blockquote{
    color: #262e2a;
}
hr {
  border: none;
  height: 2px;
  background-color: #21ffbc;
}
.nonic {
position: fixed; bottom: 20px; right: 20px; background-color: #00ff88; padding: 10px; border-radius: 5px;
}

.VPAPP {
position: fixed; bottom: 20px; right: 20px; padding: 10px; border-radius: 5px;
}

.IDN {
position: fixed; bottom: 20px; right: 20px;
}

.DPJ{
    position: absolute; top: 600px; left: 50px; font-size: 50px; background-color: rgba(124, 82, 172, 0.664);
}

.DPJ p{
    color: rgb(0, 255, 136);
}

abbr {
    border: none;
    height: 2px;
    text-decoration:none;
}

a {
    text-decoration: none;
}

a:hover {
   color:#21ffbc; 
}

