* {
  margin: 0px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  width: 100%;
  height: 100%;
  background-image: url("./assets/background.jpg");
  background-size: cover;
}

.overlay {
  width: 100%;
  height: 100vh;
  /*background: rgba(23, 65, 29, 0.29);*/
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.main-area {
  width: 443px;
  height: 562px;
  left: 34px;
  top: 136px;
  display: flex;
  flex-direction: column;
  align-items: center;

  background: linear-gradient(
    180deg,
    #edf8ef 0%,
    rgba(209, 223, 211, 0.24) 100%
  );
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}

.logo-wrapper img {
  display: flex;
  justify-content: center;
  width: 200px;
  height: 170.28px;
  top: 136px;
  margin-bottom: 1rem;
}

.logo-wrapper h1 {
  text-align: center;
}

.buttons-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}

.buttons-wrapper button {
  width: 170px;
  height: 43px;
  background: #008a71;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
  border: 0px;
  color: white;
  border-radius: 10px;
  cursor: pointer;
}

.buttons-wrapper div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.buttons-wrapper .blue {
  background-color: #00618a;
}

.buttons-wrapper .yellow {
  background-color: #8a7c00;
}

.buttons-wrapper .red {
  background-color: #8a003a;
}

.side-area {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.footer-area {
    display: block;
    flex-direction: row;
    position: inherit;
    color: white;
}

.footer-area > p > a{
    text-decoration: none;
    color: yellow;
}

.title-wrapper {
    width: 750px;
    height: 87px;
    background: linear-gradient( 180deg, rgba(119, 217, 133, 0.6499) 0%, rgba(38, 124, 51, 0) 100% );
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.8));
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.cards-wrapper {
  display: flex;
  gap: 2rem;
}

.table{
    width: 100% !important;
}

.card {
  /*width: 225px;
  height: 314px;*/
  background: linear-gradient(180deg, #3a7242 0%, rgba(23, 65, 29, 0) 100%);
  /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);*/
  border-radius: 10px;
  font-weight: bold;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.card img {
  width: 100px;
  height: 97.64px;
  margin: 1rem;
}

.card ul {
  list-style: none;
  font-size: small;
  padding: 0;
  line-height: 1.7;
}

.card ul a {
  color: white;
}

.footer-wrapper {
  height: 180px;
  background: linear-gradient(
    180deg,
    rgba(58, 114, 66, 0.6499) 0%,
    rgba(38, 124, 51, 0.18) 100%
  );
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.8));
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}

.images-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

.others-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  gap: 8.5rem;
}

.others-container p {
  font-size: small;
  width: 30px;
  display: inline-flex;
  text-align: center;
}
