body {
  font-family: sans-serif;
  margin: 0;
  background-color: #fff;
}

.container {
  max-width: 400px;
  margin: 0 auto;
  border: 2px solid #555;
}

.header {
  background-image: url("imagephotp-1.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 40px 20px;
  position: relative;
}

.course-code {
  font-size: 18px;
  margin: 0;
}

.subtitle {
  font-style: italic;
  margin: 5px 0;
}

h1 {
  font-size: 22px;
  margin: 10px 0;
  font-weight: bold;
}

button {
  background-color: #00bfa5;
  border: none;
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 10px;
}

.menu-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
}

.content {
  padding: 20px;
  text-align: center;
}

.content h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.desc {
  font-size: 14px;
  color: #555;
}

button:hover {
  background-color: pink;
}

button:active {
  background-color: paleturquoise;
}
