body {
  margin: 0;
  padding: 0;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .50) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .50) 50%, rgba(255, 255, 255, .50) 75%, transparent 75%, transparent);
  background-size: 200px 200px;
}
.header {
  background: #0c3465;
  color: #fff;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo a:link, .logo a:hover, .logo a:visited {
  text-decoration: none;
  color: white;
}
.results {
  margin-top: 20px;
  background: #f8fbff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #dde7f3;
}
.results p {
  font-size: 18px;
  margin: 8px 0;
  font-weight: 600;
  color: #0d3352;
}
.results span {
  color: #005bea;
  font-size: 22px;
}

.container {
  background: white;
  margin: auto;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  width: 90%;
  text-align: center;
}
.t1 {
  display: inline-block;
  border-radius: 4px;
  background-color: #000;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 8px;
  width: 25%;
  transition: all 0.5s;
  margin: 0 0 0 10px;
  text-decoration: none;
}
textarea {
  font-family: 'El Messiri';
  font-size: 22px;
  color: #005bea;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 8px;
}
h1 {
  text-align: center;
  display: block;
}