*{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Baloo Thambi 2",  sans-serif;
}

body {
  background-color: #ffffff;
  color: #141c3a;
  font-family: "Baloo Thambi 2";
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 15px 25px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.logo a {
  color: #141c3a;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  text-decoration: none;
}

.header-buttons a {
  color: #4A01E6;
  padding: 8px 12px;
  align-items: center;
  text-decoration: none;
  margin-left: 20px;
  font-size: 1rem;
  font-weight: bold;
  transition: color 0.3s ease;
  border: 1px solid transparent;
  border-width: 2px;
  border-radius: 50px;
  border-color: #4A01E6;
}

.header-buttons a:hover {
  background-color: #4A01E6;
  color: #ffffff;
}

.index1 {
  display: list-item;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  position: relative;
}

.index1 h4{
  margin: 170px 50px 5px;
  font-size: 28px;
}

.index1 h2{
  font-size: 40px;
}