body {
  margin: 0px;
  padding: 0px;
}

.title {
  border: 0px;
  background-color: white;
  width: 100%;
  height: 50px;
}

.title-logo {
  border: 0px;
  background-color: white;
  text-align: left;
  width: 30%;
  float: left;
  height: 50px;
  padding-top: 15px;
  padding-left: 10px;
}

.title-rest {
  border: 0px;
  background-color: white;
  text-align: right;
  width: 60%;
  float: right;
  height: 50px;
  padding-top: 20px;
  padding-right: 30px;
}

.title-rest-component {
  float: right;
  padding-left: 10px;
  color: darkblue;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.panel {
  width: 100%;
  height: 550px;
  text-align: center;
}

.text-message {
  padding-top: 85px;
  font-size: 2.0rem;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(0, 0, 0);
}

.text-line {
  width: 50%;
  border: 4px solid orange;
  border-radius: 5px;
}

.text-submessage {
  padding-top: 5px;
  font-size: 1.2rem;
  font-weight: lighter;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}

.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
}
