/* Default  */
@import url("https://fonts.googleapis.com");
@import url("https://fonts.gstatic.com");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* 
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap"); */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Montserrat;
}

body,
html {
  width: 100%;
  height: 100%;
}
nav {
  display: flex;
  width: 100%;
  height: 80px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  /* background-color: #00a856; */
  background: linear-gradient(    287.04deg,    #0fd197 1.92%,    #273a43 79.31%  ) !important;
}
img.logo {
  margin: 0 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}
nav ul {
  float: right;
  list-style-type: none;
  align-self: center !important;


}
nav ul li {
  display: inline-block;
  /* line-height: 80px; */
}
nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  /* padding: 8px 20px; */
}
nav ul li a.active,
a:hover {
  border-bottom: 1px solid #fff;
}
#checkbtn {
  float: right;
  line-height: 80px;
  margin-right: 10px;
  font-size: 30px;
  color: #fff;
  display: none;
}
#check {
  display: none;
}
#check:checked ~ ul {
  left: 0;
}
@media (max-width: 1024px) {
  #checkbtn {
    width: 100%;
    padding-right: 15px;
    align-self: center;
    display: flex;
    justify-content: end;
  }
  nav ul {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 80px;
    left: -100%;
    /* background-color: #00a856; */
    background: linear-gradient(    287.04deg,    #0fd197 1.92%,    #273a43 79.31%  ) !important;
  }
  nav ul li {
    display: block;
    /* text-align: center; */
    padding:10px 0 10px 0 !important;
  }
}
.card {
  background-color: #f7f7f7;
  padding: 50px;
  margin: 30px;
  /* margin-top: 30px; */
}
.title {
  font-size: 30px;
  text-align: center;
}
table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

table,
th,
td {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: 1px solid black;
  border-collapse: collapse;
}
p,
ol {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
ol,
li {
  margin-left: 20px;
}
button {
    border: 1px solid #ffffff !important;
    background: linear-gradient(287.04deg, #0fd197 1.92%, #273a43 79.31%);
    /* background-color: #00a856 !important; */
    color: #fff !important;
    padding: 13px 26px;
    border-radius: 30px;
    min-width: max-content;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
}
