html {
  height: 100%;
  width: 100%;
}

.article-heading {
  text-align: center;
  color: #fff714;
  /* font-family:cursive; */
  margin-top:50px;
}

.article-subheading {
  text-align: center;
  color: #000000;
  font-size:medium;
  /* font-family:sans-serif; */
}

.paragraph1 {
  /* font-family:cursive; */
  color: #4d5051
}

.copyright {
  text-align:center;
  font-size:small;
  /* font-family:fantasy; */
  
}

.sys-profile-image {
  width: 20%;
  height: 20%;
}

.list {
  text-align:center;
  color:red;
  /* font-family:cursive; */
  background: green;
  padding: 1px;

}

.read-more {
  button-align: center;
  /* font-family:fantasy; */
  color:green;
  border:green;
  width: 20%;
  height: 20%;
}

.6 {
  text-align:center;
  /* font-family:cursive; */
  color: grey;
}

.all-c-1 {
  text-align:center;
  color:blue;
}

.read-more {
  border: 2px solid red;
  font-size: 40px;
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 200px
  display: flex;
  
}

.list-1 {
  text-align:center;
  color: #fff700;
  /* font-family:cursive; */
  font-weight: bold;
  font-variant: green;
}

.info-spongebob {
  /* font-family:cursive; */
}

#tempconverter-back {
  font-weight: bold;
  border-raidus:12px;
}

#user-input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 2px solid #4455BA;
  border-radius: 10px;
  box-sizing: border-box;
}

#result {
  border: 2px solid #1A6AE8;
  padding: 12px 24px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 10px;

  
}
#cels{
 background-color:#ffffff;
  border-radius: 12px;
  border-color:#6f6f76
}

#convert{
  border-color:#6f6f76;
  text-align:center;
}