body{
    background-color: rgb(197, 135, 255);
}
.kotak1{
    background-color: azure;
    width: 400px;
    height: 800px;
}
.judul{
    color: rgb(255, 173, 66);
    background-color: aliceblue;
}
.s{
    color: rgb(186, 112, 255);
    background-color: rgb(255, 255, 255);
}
.p{
    color: blanchedalmond;
}
.o{
    color: rgb(255, 255, 255);
}
