
body {
    padding-top: 56px; /* Adjust this value based on the navbar height */
    background-image: url(res/bg1.png);
    background-size: contain;
    background-repeat: repeat;
    background-color: #000000;
    color: #f8f9fa;
  }
.footer {
    text-align: center;
    padding: 20px;
    background-color: #000000;
}
a:link {
color: #fdf693;
}
a:hover {
color: rgb(161, 161, 214);
}
a:active{
color: #f8f9fa;
}
@media (max-width:768px) {
body{
  background-repeat: no-repeat;
  background-size:contain !important
}
form{
  width: 100% !important;
}
input[type="submit"] {
  width: 100% !important;
}
nav{
  background-color: #000000c5;
}
}
.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-group .btn {
  background-color: #00000042;
  width: 100%; /* Make the buttons take full width */
  max-width: 200px; /* Set a max-width for each button if needed */
  margin-bottom: 5px;
}
a{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  font-stretch: narrower;
  color: azure;
  box-shadow: 14 10 10 red;
}
a:hover nav{
  color: cornsilk;
}
.welcome-section {
  text-align: center;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.315);
}
.reviews-section {
  font-family: cursive;
  font-size: 200%;
  font-weight: lighter;
  border: 1px dotted #ccc;
  padding: 30px;
  border-radius: 50% 150px;
  background-color: rgb(255, 106, 0);
  margin-bottom: 30px;
}
.commentary-container {
  display: flex;
  flex-wrap: wrap;
}
.comment {
  width: 48%; /* Two comments side by side */
  margin-bottom: 20px;
}
.footer {
  text-align: center;
  padding: 10px;
  background-color: #000000;
  color: rgb(255, 255, 255);
}
#text-center{
  stroke: aquamarine;
  margin: 30%;
  background-color: red;
}
nav{
  box-shadow: 0px 0px 10px 0px rgba(228, 222, 222, 0.568);
}