*{
    box-sizing: border-box;
}
body{
    background-color: aliceblue;
}
.konga{
    max-width: fit-content;
    margin-right: auto;
    margin-left: auto;
    
}
.kongaform{
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
    background-color: white;


}
.kongaimg{
    width: 150px;
}
h1{
    text-align: center;
}
.form{
  width: 100%;
}
li{
    list-style-type: none;
    margin: 15px;
}
input{
    width: 100%;
    height: 30px;
}
.submit{
    background-color: rgb(98, 228, 38);
    color: white;
    border: none;
}