body{
    background-color: cyan;
}
.zd1{
    background-color: rgb(0, 255, 13);
            width: 400px;
            height: 50px;
            border-radius: 10px;
}
.zd2{
    background-color: rgb(255, 208, 0);
            width: 400px;
            height: 50px;
            border-radius: 10px;
}
#cos{
    background-color: rgb(0, 255, 76);
}