body.community-page 
{
  background-image: url('kepek/outro.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.community-page main 
{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 20px;
}

.community-page section 
{
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  text-align: center;
}

.community-page textarea, .community-page input[type="email"] 
{
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  resize: vertical;
  margin-bottom: 10px;
}

.community-page input[type="checkbox"] 
{
  transform: scale(1.2);
  margin-right: 8px;
}