#firsth{
    text-align: center;
    background-color: rgb(23, 22, 22);
    color: white;
    height: 60px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-top: 1.5px;
    margin-top: 25px;
}
#secondh{
    text-align: center;
    background-color: azure;
    /* width: 50px; */
    height: 50px;
    margin-left: 480px;
    margin-right: 480px;
    border-radius:3px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 8px 17px;
}
