
.startcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  background: url('https://cdn.hsystemcontent.com/images/96948.jpg') no-repeat center center / cover;
  text-align: center;
  padding: 20px;
}

.startcontent {
    background-color: #ffffffD9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border:1px solid #0f2547;
}

h1 {
  font-size: 2em !important;
  margin-bottom: 10px;
  color: #144681;

}

p {
  font-size: 1em;
  margin-bottom: 20px;
  color: #144681;

}


.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; 
  justify-content: center;
  padding-bottom:20px;
}

.Startbtn {
  width: 300px;
  height:60px;
  padding: 10px;
  border: none;
  background-color: #144681;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.Startbtn:hover {
  background-color: #0f2547;
}

.Startbtn a {
  display: block;
  text-decoration: none;
  color: white;
 font-size:2em;
  text-align: center;
}

/* Make buttons stack in one column on smaller screens */
