@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=arrow_forward_ios');

body {
  font-family: 'Source Sans 3', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
  background-color: #121212;
  color: white;
}

.container {
  padding: 20px;
}

.box {
  background: #1f1f1f;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.box h2 {
  font-size: 18px;
  color: #1db955;
}

.box p {
  font-size: 16px;
  font-weight: 800;
  margin: 5px 0;
}

a {
  color: #1db955;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.footer {
  font-size: 16px;
  font-weight: 600;
  background-color: #1f1f1f;
  padding: 10px 20px;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
