body {
  color: deeppink;
  text-align: center;
  background-color: deeppink;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; 
}

div {
  border: solid;
  padding: 20px;
  background-color: skyblue;
  border-radius: 15px;
  font-family: sans-serif;
  margin: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; 
}

#blue {
    color: blue;
}

#index {
  text-align: left;
  }
  
  #bip {
    text-align: left;
    }
    
    #app {
      text-align: left;
      }
      
      #ld {
      text-align: left;
      }
      
      #ff {
      text-align: left;
      }
     
      #poke {
      text-align: left;
      }

        #warn {
    font-size: 15px;
      }
