body {
  background-color: white;
}
h1 {
  text-align: center;
}

h3 {
    text-align: left;
     margin-left: 0.5em;
    font-size: 22px;
    font-family: "Arial";
    font-weight: 600;
    color: red;
}
p{
    font-size: 14px;
    margin-left: 1em;
    text-align: left;
    font-family: "Arial";
    font-weight: 600;
    color: black;

}
label{
  font-size: 14px;
  margin-left: 1em;
  text-align: left;
  font-family: "Arial";
  font-weight: 500;
  color: red;
}
.container {
  display: flex;
  width: 800px;
  margin: 0px auto;
}

.sol {
  width: 1000px;
  margin: 0px auto;
  color: red;
  /*text-shadow: 2px 2px 5px black;*/
  font-size: 18px;
  font-weight: 900;
}
.sol input,
select {
  width: 200px;
  height: 30px;
  border-radius: 10px;
  border: 0.5px solid grey;
  font-size: 14px;
  font-family: "Arial";
  font-weight: 600;
}
button {
  margin-left: 100px;
  width: 150px;
  height: 40px;
  border-radius: 10px;
  border: 3px solid grey;
  font-size: 18px;
  font-family: "Arial";
  font-weight: 600;
  background-color: rgb(247, 156, 156);
  cursor: pointer;
}
button:hover {
  background-color: white;
}

 table{
  border-collapse: collapse;
  border: spacing 0;
  }
th, td{
  padding: 20px 10px;
  border: 0px solid #000;
}
.card.mb-3{
      border: 10px solid #000;

}