*, body, body{
   margin: 0px;
   padding: 0px;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-image: url('wallpaperflare.com_wallpaper.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bungkus{
    background-color:rgba(255, 255, 255, 0.637);
   width: 350px;
   height: 420px;
   border-radius: 10px;
   text-align: center;
}

.heading{
    margin-top: 50px;
    text-align: center;
}
.kata{
    margin-top: 6px;
    text-align: center;
    font-size: 22px;
}
.input{
    margin-top: 20px;
    border-radius: 30px;
    border: 5px solid lightblue;
    height: 40px;
    width: 270px;
    text-align: center;
    font-size: 18px;
}


.submit{
    margin-left: 83px;
    padding: 4px;
    width: 180px;
    margin-top: 15px;
    border-radius: 20px;
    border: none;
    color: rgb(0, 0, 0);
    background-color: lightskyblue;
    font-size: 18px;
   
}
.submit:hover{
    background-color: rgba(0, 0, 255, 0.356);
}

.input::-webkit-input-placeholder{
    text-align: center;
}

.hasil{
    font-size: 25px;
    margin-top: 20px;
    position: relative;
}

.main{
    margin-left: 50px;
    padding: 4px;
    width: 250px;
    margin-top: 15px;
    border-radius: 20px;
    border: none;
    color: rgb(0, 0, 0);
    background-color: rgb(59, 218, 130);
    font-size: 20px;
   
}
.footer{
   color: darkblue;
   margin-top: 15px;
   font-weight: 900;
}

.footer2{
    color: brown;
    font-weight: 900;
}
