/* wreeper.com - style.css */
body {
background: rgb(17,17,17);
background: -moz-linear-gradient(90deg, rgba(17,17,17,1) 0%, rgba(32,34,31,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(17,17,17,1) 0%, rgba(32,34,31,1) 100%);
background: linear-gradient(90deg, rgba(17,17,17,1) 0%, rgba(32,34,31,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111",endColorstr="#20221f",GradientType=1);
}

.removedec {
color: inherit;
text-decoration: none !important;
}

a {
  color: inherit;
  text-decoration: underline;
}

input {
background-color: gray;
color: #00ffff;
font-size: 20px;
}

.inputverify {
width: 17%;
padding: 14px 14px;
display: inline-block;
border: 5px solid purple;
border-radius: 35px;
box-sizing: border-box;
}

button {
background-color: #000000;
color: #aaaaaa;
border: 2px solid #00ffff;
padding: 8px 8px;
font-size: 25px;
}

/* For animated-name.js */
.dgreen {
color: #99ff99;
text-decoration: underline;
}

.green {
color: #00ff00;
}

.name {
font-family: 'Minecraft';
font-size: 42px;
color: #00ff00;
}
