* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type:nome;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background: #f5f7fa;
  color: #222;
  padding: 20px;
}

header {
  max-width: 900px;
      margin: auto;
  background: #ffe600;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
}

header h1 {
  font-size: 1.6rem;
  color: #d00000;
  margin-bottom: 10px;
}

header h2 {
  font-size: 1.2rem;
}

section {
  max-width: 900px;
      margin: auto;
  background: #ffffff;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

h3 {
  margin-bottom: 15px;
  color: #0a2200;
}

ul, ol {
  margin-left: 20px;
  margin-top: 10px;
}

ul li, ol li {
  margin-bottom: 10px;
  list-style-type: none;
}

.btn {
  display: inline-block;
  background: #0e4c92;
  color: white;
  padding: 15px 25px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #093567;
}

footer {
  text-align: center;
  margin-top: 40px;
  font-size: 0.9rem;
  color: #777;
}

.myimg {
  width: 400px;
  height: 300px;
  
}

.myimg2 {
  width: 500px;
  height: 600px;
  
}

.red {
  color: #ff0000;
}