.maincontainer {
  background-color: #CCCFD3;
  color: #475154;
  padding: 20px 30px 30px 30px;
  border: 2px solid #c1c1c1;
  margin: auto;
}

.maincontainer h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

input {
  display: block;
margin-bottom: 10px;
  width: 90%;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
    margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: none;
  font-size: 18px;
  line-height: 1.5;
  }

textarea {
  display: block;
  width: 90%;
  height: 300px;
  padding: 20px;
    margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
  line-height: 1.5;
}

/* input:focus {
  background-color: #fffdf2;
}

textarea:focus {
  background-color: #fffdf2;
  border: none;
} */

.sum-info {
  display: flex;
    background-color: #f4babfcc;
height: auto;
margin: 0 -30px;
padding: 10px 10px 30px;
align-items: center;
}

.sum-info div {
  width: 35%;
  text-align: center;
}

.original {
  display: block;
  font-size: 30px;
font-weight: 700;
color: #ef5c6d;
line-height: 5px;
padding-top: 20px;
padding-left: 20px;
}

.summary {
  display: block;
  font-size: 30px;
font-weight: 700;
color: #ef5c6d;
line-height: 5px;
padding-top: 20px;

  }

.ratio_perc {
  display: block;
  font-size: 30px;
font-weight: 700;
color: #5c8fef;
line-height: 5px;
padding-top: 20px;
padding-right: 20px;
}

.tool_lable {
  font-size: 18px;
font-weight: 700;
color: #5b676c;
line-height: 1;
}

p {
  margin: 15px 0;
}

li {
  font-weight: 400;
}

h1 {
  text-align: center;
}

button.bttn {
  display: block;
  margin: auto;
  color: #fff;
  text-decoration: none;
  user-select: none;
  background: #EE8253;
  border: none;
  padding: .7em 1.5em;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 12px;
}
button.bttn:hover {
  background: #C66C45;
}


button.bttn:active {
  background: #C66C45;
}

#result {
  border: 2px solid #CCCFD3;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
  width: 86%;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  }

  #user-results {
    display: none;
  }

  #user-results p {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 3px 3px 0px #FAFAFA;
  }

@media(max-width: 600px) {
  .maincontainer {
    padding: 20px;
  }
  #user-results p {
    font-size: 22px;
  }
  #result, textarea, input {
    width: 100%;
  }
  .sum-info {
    margin: auto;
  }
}

@media(max-width: 420px) {
  .sum-info {
    flex-direction: column;
  }
  .sum-info div {
    margin: 0;
    padding: 15px 0;
    width: 100%;
  }
}
