body {
  background-color: #2F384E;
  color: white;
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  padding: 20px;
  margin-top: 30px;
}

.col-md-4 {
  background-color: #2F384E;
  color: white;
  padding: 20px;
  margin: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.col-md-4 h3 {
  text-align: center;
}

h3 {
  color: white;
  font-size: 24px;
}

.btn {
  display: block;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}

.btn:hover {
  background-color: #0056b3;
}

p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007bff;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
}

.scroll-top:hover {
  background-color: #0056b3;
}
