#tmring{
background:#160625 url('tbg.png'); 
border:2px solid transparent;
border-image: linear-gradient(to bottom right,  rgba(255, 0, 0, 1) 0%,
        rgba(255, 154, 0, 1) 10%,
        rgba(208, 222, 33, 1) 20%,
        rgba(79, 220, 74, 1) 30%,
        rgba(63, 218, 216, 1) 40%,
        rgba(47, 201, 226, 1) 50%,
        rgba(28, 127, 238, 1) 60%,
        rgba(95, 21, 242, 1) 70%,
        rgba(186, 12, 248, 1) 80%,
        rgba(251, 7, 217, 1) 90%,
        rgba(255, 0, 0, 1) 100%);
border-image-slice: 1;
width:200px;
padding:10px;
text-align:center;}
#tmri {
background: rgba(238, 206, 255, 0.5);
padding:2px;
border:1px solid #070608;
}
#tmri a{
font-family:sans-serif;
font-weight:bold;
color:#4a207c;
text-decoration: underline dotted;
text-shadow:none;
transition:.1s}
#tmri a:hover{  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing:1.5px;
  transition:.1s;
text-shadow:none;}
#tmri p{font-family:sans-serif;
margin:0;
color:#000;
text-shadow: none;
text-decoration:none;        
}
