@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@900&display=swap');

body {
  font-family: 'Nunito', sans-serif;
  /* background-image: url("https://wallpaperset.com/w/full/4/c/7/13862.jpg"); */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  /* background-attachment: fixed; */
  background: linear-gradient( rgb( 0 0 0 / 0.5 ), rgb( 0 0 0 / 0.5 ) ) fixed  0 0 / cover, linear-gradient(48.17deg, hsl(214, calc(1 * 25%), 56%) 11.21%, hsl(214, calc(1 * 25%), 25%) 61.92%) fixed 0 0 / cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.container {
  text-align: center;
  width: 60%;
  margin-top: 50px;
}
#title {
  display: inline-block;
  padding-right: 200px;
  left: 0px;
}
.button-section {
  position: sticky;
  top: 0;
  background: #748CAB;
  padding: 10px 0;
  z-index: 1;
  border-radius: 15px;
}

.login-back{  
  width: 382px;  
  overflow: hidden;
  margin: auto;
  padding: 20px;  
  background: #748CAB;  
  border-radius: 20px;
  text-align: center;
}

.button {
  font-family: 'Nunito', sans-serif;
  padding: 10px 20px;
  background-color: transparent;
  border: 2px solid black;
  color: black;
  border-radius: 5px;
  margin: 0 10px;
  cursor: pointer;
}
.button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.news-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 25px;
  margin-top: 40px;
  background: #748CAB;
  border-radius: 15px;
  border: 5px solid black;
}

.news {
  width: 29%;
  background: #748CAB;
  border-radius: 15px;
  border: 5px solid black;
  padding: 10px;
  margin-bottom: 20px;
}

.contact-background {
  background: #748CAB; /* Expanded background to show border */
  border-radius: 15px;
  margin: 20px;
  padding: 20px;
}

.contact-section {
  border-radius: 15px;
  border: 5px solid black;
  padding: 20px;
}
