* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #EFF0F2;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.navbar-brand img {
    max-height: 80px;
    max-width: 80px;
}

.btn-login {
    border: 1px solid black;
    color: #000000;
}

.btn-login:hover {
    background-color: #404040;
    color: #EFF0F2;
}

.btn-daftar {
    background-color: #980647;
    color: #EFF0F2;
}

.btn-mulaiTryOut {
    background-color: #980647;
    color: #EFF0F2;
}

.btn-mulaiTryOut:hover, .btn-daftar:hover {
    background-color: #D02471;
    color: #EFF0F2;
}

.header-content {
    text-align: left;
    padding: 40px;
}

.header-content h1 {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #980647;
}

.header-content p {
    font-size: 32px;
}

.header-content img.imgtitik, .imgtitik2 {
    position: absolute;
    top: 4px;
    left: 30px;
    width: 220px;
    height: auto;
    z-index: -1;
    filter: blur(2px);
}

@media (max-width: 991.8px) {
    .navbar-collapse {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-nav {
        display: flex;
        flexDirection: column;
        alignItems: center;
        width: 100%;
        marginLeft: auto;
        marginRight: auto;
    }

    .header-content h1 {
        fontSize: 40px;
    }

    .header-content p {
        fontSize: 20px;
    }

    .header-content img.imgtitik, .imgtitik2 {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .container img {
        width: 100%;
        height: auto;
    }

    .content {
        display: flex;
        flexDirection: column-reverse;
    }
}

footer {
    position: static;
}

footer .container span {
    color: #20376B;
    fontWeight: bold;
}