body {
  background-color: rgb(14, 41, 68);
  color: white;
  justify-content: center;
  justify-items: center;
}
.cal-sans-regular {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.judul {
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Cal Sans";
}
.desk {
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Poppins";
}
.center {
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1em;
}
p {
  font-family: "Poppins";
  text-align: left;
}
a {
  font-family: "Poppins";
  justify-content: left;
  text-align: left;
  color: white; 
}
.container {
  background-color: rgb(0, 22, 43);
  margin-top: 10px;
  max-width: max-content;
  max-height: max-content;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  border-radius: 35px 35px 35px 35px;
}
.materi {
  max-width: max-content;
}
.container:hover {
  transition: all ease-in-out 0.4s;
  box-shadow: rgb(0, 132, 255) 5px 5px 5px;
}
.judul:hover {
  transition: all ease-in-out 0.4s;
  text-shadow: rgb(0, 132, 255) 2px 2px 2px;
}
footer {
  font-size: 0.8em;
}