@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

div {
    font-family: 'Inter';
}
.nav-logo {
    width: 300;
    height: 200;
}

/* body */

.font-jurusan {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;

    text-align: center;
    letter-spacing: 0.005em;

    color: #531F8C;

}

.font-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 114.5%;
    /* identical to box height, or 37px */

    /* text-align: center; */
    letter-spacing: 0.005em;

    color: #000000;
}
.button {
    background-color: white;
    border-radius: 8px;
    border: 2px solid #531F8C;
    color: #531F8C;
    padding: 10px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button:hover {
    background-color: #531F8C;
    color: white;
}
  

.card {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}

/* footer */

footer {
    background-color: #370D61;
}

hr {
    border: 1.5px solid #FFFFFF;
    opacity: 1.0;
    border-radius: 1px;
    /* width: 170px; */
}

.footer-alamat {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 118.5%;
    /* or 17px */

    letter-spacing: 0.04em;

    color: #FFFFFF;
}

.font-footer-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.022em;

    color: #FFFFFF;
}

.font-footer-jurusan2 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    /* identical to box height, or 220% */

    letter-spacing: -0.022em;
}

@media only screen and (max-width: 600px) {
    .mobile {
        margin-left: auto;
        margin-right: auto;
    }
}