/* body {
    background-color: #CFD8DC;
    margin: 30px;
    padding: 30px;
    font-family: 'Product Sans', Arial, sans-serif;
}

div {
    width: 100%;
    margin: 6em auto;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.84);
    border-radius: 15em;
}

@media (max-width: 600px) {
    body {
        background-color: #CFD8DC;
    }
    div {
        width: auto;
        margin: 0 auto;
        border-radius: 0;
        padding: 1em;
    }
}

.hammer {
    margin-left: 27%;
    position: relative;
    animation: anim1 2s;
    animation-iteration-count: infinite;
  size: 30px !important;
}


@keyframes anim1 {
    0% {
        bottom: 0px;
    }
    25% {
        bottom: 35px;
    }
    50% {
        bottom: 15px;
    }
    75% {
        bottom: 35px;
    }
    100% {
        bottom: 0px;
    }
}

.text1 {
    text-align: center;
    color: #FFCE31;
    
    text-shadow: -1px 1px 5px #ffe7b6;
}

.uc {
    text-align: center;
    color: #89664C;
    
} */


body {
    background-color: #CFD8DC;
    margin: 0;
    padding: 0;
    font-family: 'Product Sans', Arial, sans-serif;
}

.container {
    width: 80%;
    margin: 6em auto;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.84);
    border-radius: 15px;
}

@media (max-width: 600px) {
    .container {
        width: 90%;
        border-radius: 20px;
        padding: 2.5em;
    }

    .hammer {
        margin-left: 0;
        width: 30%;
    }
}

.hammer {
    margin-left: 35%;
    position: relative;
    animation: anim1 2s infinite;
}

@keyframes anim1 {
    0% {
        bottom: 0px;
    }
    25% {
        bottom: 35px;
    }
    50% {
        bottom: 15px;
    }
    75% {
        bottom: 35px;
    }
    100% {
        bottom: 0px;
    }
}

.uc {
    text-align: center;
    color: #89664C;
}

.text1 {
    text-align: center;
    color: #FFCE31;
    text-shadow: -1px 1px 5px #ffe7b6;
}


@media(max-width:1024px){
    .hammer {
        margin-left: 29% !important;
    }
}

@media(max-width:768px){
    .hammer {
        margin-left: 21% !important;
    }
}

@media(max-width:430px){
    .hammer {
        margin-left: 35% !important;
    }
}