* {
  box-sizing: border-box;
}
body {
  font-family: "monospace", monospace;
  margin: 30px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding: 5px;
  background: #d3e4fc;
  color: #000000;
  flex-direction: row;
}

.container {
  max-width: 400px;
  margin: auto;
  padding: 10px;
  border-radius: 10px;
  flex-direction: auto;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.container div {
  background: #e7e5e1;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  justify-content: space-between;
  font-size: larger;
  color: #000000;
  font-weight: bold;
  font-display: block;
  font-size-adjust: inherit;
}

h2 {
  text-align: center;
  margin-bottom: 20px;
}
.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #f8f2f2;
  border-radius: 4px;
}

button {
  width: 100%;
  padding: 10px;
  background: #007bff;
  color: #faf9f9;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

header {
  background: #007bff;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-family: monospace;
  font-weight: lighter;
}

.h1 {
  text-align: center;
  font-size: 36px;
  color: #000;
  margin: auto;
  flex-direction: row;
  font-display: block;
  color: black;
}

section {
  padding: 20px;
  background-color: #d8cdcd;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  box-sizing: border-box;
  border-radius: 20px;
}
footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

main {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  background-color: bisque;
}

ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
  text-size-adjust: inherit;
  font-family: "monospace", monospace;
  font-size: larger;
}

.logoSiDongo {
  display: block;
  margin: 0 auto 20px;
  width: auto;
  text-align: center;
  baseline-shift: inherit;
  border-image: round;
}

.logoDamhca {
  display: block;
  margin: 0 auto 20px;
  width: auto;
  text-align: center;
  baseline-shift: inherit;
  border-image: round;
}

section2 {
  display: block;
  font-size-adjust: inherit;
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  text-align: center;
  background-color: #d8cdcd;
  gap: 10px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 20px;
}

section3 {
  display: block;
  font-size-adjust: inherit;
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  text-align: center;
  background-color: #d8cdcd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 20px;
  gap: 10px;
}

section4 {
  display: block;
  font-size-adjust: inherit;
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  text-align: center;
  background-color: #d8cdcd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 20px;
}

.logo image {
  display: flex;
  margin: 0 auto 20px;
  width: auto;
  text-align: center;
  baseline-shift: inherit;
  border-image: round;
  padding: 10px;
  flex-direction: row;
}

mobileresponsive {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
