body {
    margin: 0;
    font-family: "Nova Square", sans-serif;
}

main {
    /* uigradients.com */
    background: #bdc3c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #BA5370, #F4E2D8);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #BA5370, #F4E2D8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pushable{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color:rgb(63, 45, 55) ;
    border:none;
    cursor: pointer;
    padding:0;

}
.front {
    background-color:rgb(201, 68, 99) ;
    transform: translate();
    display:block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    transform: translateY(-6px);
}

.pushable:active .front {
    transform: translateY(-2px);
  }
.fun {
    /* CSS generated from https://uigradients.com */
    background: #fc4a1a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #248a29, #c9e01c);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #248a29, #c9e01c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

