body{
    margin-top: 60px;
    text-align:center;
   
  }
  
  h1 {
    padding-bottom: 0.5rem;
  }
  
  input[type=number] {
    cursor: pointer;
  }
  
  #input-celsius{
    background-color:orangered;
    font-size: 2.5rem;
  }
  
  #input-fahrenheit{
    background-color:white;
    font-size: 2.5rem;
  }
  
  #input-kelvin{
    background-color:green;
    font-size: 2.5rem;
  }
  
  .form-padding {
    padding: 2rem 1rem;
  }
  
  ::-webkit-input-placeholder {
    color: blue!important;
  }
  ::-moz-placeholder {
    color:orangered!important;
  }
  :-ms-input-placeholder {
    color:white!important;

  }
  :-moz-placeholder {
    color:green!important;
  }
  
  footer{
    padding-top: 1.5rem;
    font-size: 0.7rem;
    line-height: 0.2rem;
    text-align:center;
  }
  
  .icons{
    max-width: 25px;
    height: auto;
  }
  #name{
    color: darkblue;
    font-size: xx-large;
  }
 #credit{
  font-size: 20pt;
 }