body{
    color: black;
        --hue: var(--hue-neutral);
        padding: 0;
        margin: 0;
        width: 100vw;
        height: 100vh;
        justify-content: center;
        align-items: center;
        background-image: url("http://i.stack.imgur.com/wK4XB.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        font-size: 24px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

.container {
        color:orange;
        max-width: 100%;
        border-radius: 25px;
        padding: 50px;
        box-shadow: 0 0 10px 2px;
        background-color: rgba(0, 0, 0, 0.7);
        margin:35px;
    }

.animations-btn{
    margin: 5px;
    background-color: rgba(255, 166, 0, 0.603);
    color: white;
    font-weight: bold;
}

/* #buttons-view {
    border-style: round;
    margin:25px;
    padding-left: 150px;
    border-color: black;
    border-width: 20px;
    

} */

h1 {
    font-family: cursive;
    font-style: italic;
    font-size: 100px;
    padding: 10px 10px 10px 10px;
    justify-content: center;
}

h2 {
    font-size: 40px;
    font-display: center;
}

/* #buttons-view {
    display: block;
    width: 80%;
    border: none;

    color: white;
    padding: 10px 18px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
  } */
/*   
  #buttons-view:hover {
    background-color: #ddd;
    color: black;
  } */

  .animation{
      width: 350px;
      height: 350px;
      margin:5px;
  }