*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body{
   font-family: montserrat; 
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: #f0f0f0;
}
nav{
    background: #0082e6;
    height: 80px;
    width: 100%;
}
label.logo{
    color: white;
    font-size: 35px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
}
nav ul{
    float: right;
    margin-right: 20px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
nav ul li a{
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}
a.active,a:hover{
    background: lightblue;
    transition: .5s;
}
.judul{
    text-align:center;
    font-weight: 100;
    padding: 10px;
    background-color: #1967a3;
    font-family: montserrat;
    border-radius: 10px;
}
.judul h2{
    color: white;
}
.contact-container, .social-media-container {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-top: 20px;
}
.social-media-links {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
}
.social-media-links a {
    text-decoration: none;
    color: #007bff;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}
.social-media-links img {
    width: 50px; /* Adjust this value as needed */
    height: 50px; /* Adjust this value as needed */
    margin-right: 5px;
}

.social-media-links a:hover {
    color: #0056b3;
}
footer{

    background: #0082e6;
    height: auto;
    width: auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
}
.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: white;
}
.socials a i{
    font-size: 1.1rem;
    transition: color .4s ease;
}
.socials a:hover i {
    color: aqua;
}
.footer-bottom{
    background: #0082e6;
    width: 90vw;
    padding: 20px 0;
    text-align: center;
}
.footer-bottom p{
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
.pembatas{
    width: 100%;
    height: 200px;
}
.pembatas1{
    width: 100%;
    height: 5px;
}
.tombol h4{
    color: white;

}
.pdf-container {
    text-align: center;
    padding-top: 20px;
}

.pdf-link {
    height: auto;
    width: 300px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.pdf-link:hover {
    background-color: #0056b3;
}
.pdf-link a h4{
    color: white;
}

.deskripsi{
    padding: 10px;
}