body {
  background-color:#1e264d;
  }
  
  .title {
    font-size: 3em;
    text-align: center;
    color: #dce9f5;
    padding:5px;
  }


  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  
  p {
    font-size: 1em;
    color: #fdeef4;
  }
  
  .text-yellow-red-pink-blue-gradient {
    background-image: 
      linear-gradient(to left, #ffcd57,#e34465,#eea6f0,#6fe3f6,#ffcd57); 
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;  
      animation: yrpb-animation 60s linear infinite;
  }
  @keyframes yrpb-animation {
      to {
          background-position: 5000vh;
  } }
  
               #statuscafe {
                padding: .5em;
                background-color: #FDEEF4;
                border: 1px solid midnightblue;
            }
            #statuscafe-username {
                margin-bottom: .5em;
            }
            #statuscafe-content {
                margin: 0 1em 0.5em 1em;
            }


 
 