

body{
    font-family: Sans-Serif;
    background-color: #eaeaea;
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 1000px
    ;
}

.navtokel{
    background: #fff;
    width: 100%;
    height: 60px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    justify-content: space-between;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 10px;
}

.navtokel img{
    width: 120px;
}

.hmbuex{
    background-color: #222;
    color: #fff;
    border-radius: 3px;
}

header img{
    width: 100%;
    border-radius: 0 0 20px 20px;
}

#formData{
    width: 90%;
    height: auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    position: fixed;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.input{
    margin-bottom: 20px;
}

.input label{
    color: #222;
}

.input input{
    width: 100%;
    padding: 8px;
    border: none;
    border: #ccc;
    border-radius: 6px;
    border: 1.5px solid #ccc;
    outline-color: red;
}

.boxbtn{
    display: flex;
    gap: 10px;
}

#kirim{
    width: 100%;
    border: none;
    background-color: #03612E;
    color: #fff;
    padding: 9px;
    border-radius: 6px;
}

.batal{
    padding: 8px;
    background-color: red;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

footer{
    position: absolute;
    text-align: center;
    bottom: 10px;
    padding: 30px;
    font-size: 10px;
    color: gray;
}