@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");

body {
    font-family: "Alata", sans-serif;
}

.navbar {
    background: white;
}

.navbar-brand .navbar-title {
    display: inline-block;
    position: relative;
    top: 5px;
}

.nav-item:hover {
    box-shadow: 0px 23px 1px -19px green;
}

.section-title {
    margin-top: 150px;
}

.profil-section {
    padding-bottom: 100px;
    padding-top: 50px;
    background-color: rgba(0, 0, 0, 0.038);
}

.title-profile {
    margin-bottom: 50px;
}

.ippnu {
    margin-top: 250px;
}

.box-ipnu {
    margin-top: 100px;
    width: 250px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.box-ipnu img {
    border-radius: 50px;
    border: 5px solid #154328;
    position: relative;
    top: -50px;
}

.box-ipnu .name {
    margin-top: -20px;
    font-weight: bold;
}

.box-ipnu .desc {
    margin-top: -5px;
    margin-bottom: 40px;
    font-size: 15px;
}

.box-ippnu {
    margin-top: 100px;
    width: 250px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.box-ippnu img {
    border-radius: 50px;
    border: 5px solid #154328;
    position: relative;
    top: -50px;
}

.box-ippnu .name {
    margin-top: -20px;
    font-weight: bold;
}

.box-ippnu .desc {
    margin-top: -5px;
    margin-bottom: 40px;
    font-size: 15px;
}

.quotes {
    margin-top: 100px;
}

.quotes h5 {
    font-size: 15px;
}

.footer {
    width: 100%;
    padding-top: 40px;
    margin-top: 100px;
    background: rgba(0, 0, 0, 0.038);
    text-align: center;
}

.footer p {
    font-size: 17px;
}

.footer a {
    margin-top: 20px;
    padding-bottom: 40px;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

@media (min-width: 1400px) {
    .navbar-brand h6 {
        font-size: 20px;
    }

    .quotes h5,
    h6 {
        font-size: 20px;
    }
}
