
.landing-body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  font-size: 12px;
  font-family: "Courier New", monospace;
  background-color: #eeeeee;
}

.landing-box {
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.content-body {
  display: flex;
  padding: 20px;
  margin: 0;
  font-size: 12px;
  font-family: "Courier New", monospace;
  background-color: #eeeeee;
}

.content-box {
  width:100%;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.code-box {
  width: 100%;
  margin: 10px;
  padding: 10px;
  border: 2px solid #333;
  background-color: lightgray;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.gh-signin {
  width: 175px;
  border: 0px;
}

.sm-title {
  font-size: 8px;
}

.hidden {
  display: none;
}

.apikey {
  display: none;
  font=size: 8px;
  font-weight: bold;
}

.icon {
  width: 15px;
  height: auto;
  padding: 5px;
}

input[type="url"], input[type="text"], input[type="select"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
}

