﻿
/*Back to home links*/
.back-home {
  text-align: center;
  margin-top: 40px;
  margin-top: 40px;
}

.back-home a {
  text-decoration: none;
  color: #007bff;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #007bff;
  padding: 8px 16px;
  border-radius: 8px;
  transition: background-color 0.3s, color 0.3s;
}

.back-home a:hover {
  background-color: #007bff;
  color: #fff;
}