
.btn{
  margin: 10px;
}
.home{
  display: flex;
  justify-content: center;
  align-items: justify;
  padding: 10px 25px;
  font-size: 1.3rem;
  color: #fff;
  border: none;
  border-radius: 15px;
  margin-top: 10px;
}

.rek-section {
  width: 100%; /* Full width of the viewport */
  padding: 5px 0; /* Optional padding */
}

.container {
  max-width: 100%; /* Ensures it remains responsive */
  display: flex;
  justify-content: center; /* Centers the banner horizontally */
}



  footer {
    background-color: #2f3640;

    padding: 20px 0;
    color: white;
    text-align: center;
  }

  footer a {
    color: #00a8ff;
    margin: 0 10px;
  }
