* {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    vac
}

.header-container {
    height: 175px;
    width: 100%;
    background-color: black;
    display: grid;
}

.logo-container {
    margin-top: 15PX;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.button {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.login-btn {
    background-color: rgb(130, 32, 175);
    border: 1px solid white;
    height: 40px;
    border-radius: 8px;
    justify-content: center;
    align-content: center;
    color: white;
    padding: 0 10px;
    font-weight: bold;
}

.login-btn:hover {
    background-color: orange;
    border: 1px solid rgb(255, 255, 255);
    height: 40px;
    border-radius: 8px;
    justify-content: center;
    align-content: center;
    color: black;
    padding: 0 10px;
    font-weight: bold;
}

.daftar-btn {
    background-color: rgb(130, 32, 175);
    border: 1px solid white;
    height: 40px;
    border-radius: 8px;
    justify-content: center;
    align-content: center;
    color: white;
    padding: 0 10px;
    font-weight: bold;
}

.daftar-btn:hover {
    background-color: orange;
    border: 1px solid white;
    height: 40px;
    border-radius: 8px;
    justify-content: center;
    align-content: center;
    color: black;
    padding: 0 10px;
    font-weight: bold;
}

a {
    color: white;
    text-decoration: none;
}

.main-section {
    margin: 0 60px;
    justify-content: center;
}

body {
    background-image: radial-gradient(#ffffff3b 0.5px, transparent 10%);
    background-size: 20px 20px;
    background-color: #000000;
}

.main-picture {
    display: flex;
    justify-content: center;
    position: relative;
    height: 18rem;
    width: auto;
}

.judul {
    font-size: small;
    align-items: center;
    position: relative;
    padding: 15px;
    text-align: center;
    color: #ffffff;
}

.description {
    display: flex;
    justify-content: center;
    text-align: center;
}

.tombol {
    display: flex;
    justify-content: center;
    margin: 20px;
    align-items: center;
    position: relative;
    gap: 20px;
}

.link-terupdate {
    border: 1px solid rgb(201, 201, 201);
    display: flex;
    justify-content: center;
    padding: 8px;
    border-radius: 5px;
    background-color: orange;
    font-size: bold;
}

.link-terupdate:hover {
    border: 1px solid rgb(201, 201, 201);
    display: flex;
    justify-content: center;
    padding: 8px;
    border-radius: 5px;
    background-color: rgb(15, 71, 175);
    font-size: bold;
    color: #ffffff;
}

.tombol a {
    color: black;
    font-weight: bold;

}

footer {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    position: absolute;
    bottom: 0;
}

.copyright {
    display: flex;
    justify-content: center;
    width: 400px;
    height: 30px;
    color: rgb(255, 196, 0);

}
