body {
  font-family: Arial, sans-serif;
}

.container {
  max-width: 600px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
  text-align: center;
  margin-top: 0;
}

.scheduling-options {
  margin-bottom: 20px;
}

.scheduling-options label {
  margin-bottom: 5px;
  font-weight: bold;
}

.scheduling-options select {
  padding: 5px;
  margin-bottom: 10px;
}

.process-input {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.process-input label {
  margin-bottom: 5px;
  font-weight: bold;
}

.process-input input {
  padding: 5px;
  margin-bottom: 10px;
}

.process-input button {
  padding: 8px 16px;
  background-color: #4CAF50;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  align-self: flex-start;
}

.process-input button:hover {
  background-color: #45a049;
}

.output {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.algorithm {
  margin-bottom: 10px;
  font-weight: bold;
}
