html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'MesloLGLDZ Nerd Font', monospace;
  background: linear-gradient(to bottom right, #d8eaff, #bcd2ec);
  color: #111;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 16px;
  overflow-x: hidden;
  min-width: 0;
}

/* h1 tyylittely */
h1 {

  display: block;
  width: 50%;
  padding: 10px;
  border-radius: 6px;
  margin-top: 4px;
  color: #333;
  font-family: 'Press Start 2P', monospace;
  font-size: 26px;
  background: #94BBE9;
  color: #000;
  border: none;
  margin: 6px 0;
  padding: 10px 16px;
  box-shadow: 2px 2px 0 #555;
  text-align: center;
  align-items: center;
}

/* kirjoittelut */
p {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #c0d4ea;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  line-height: 1.6;
  max-width: 600px;
  width: 100%;
  margin-bottom: 20px;
}

ul{
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #c0d4ea;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  line-height: 1.6;
  max-width: 600px;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'MesloLGLDZ Nerd Font', monospace;
  text-align: center;
}

.terminalPic{
  max-width: 100%;
}
