body {
    background-image:url ("https://test-flash-cards.educacion-dhos.org/22.png");
    background-size: cover;
    }
    .title {
         color:whitesmoke;
         text-align:center;
         font-family:´Segoe UI´, Tahoma, Geneva, Verdana, sans-serif;
    }
    .term {
         color:whitesmoke;
         border:solid 5px whitesmoke;
         border-radius:5px;
         text-align:center;
         margin-top:100px;
         width: 45%;
         margin-top:100px;
    }
    .definition {
         color:whitesmoke;
         border:solid 5px whitesmoke;
         border-radius:5px;
         text-align:center;
         width: 45%;
         margin-top:auto;
         margin-top:100px;
         display: none;
    }
    button {
         text-align:center;
         margin-top:100px;
    }
    button {
         border:solid 5px whitesmoke;
         border-radius:5px;
         color:whitesmoke;
         background-color:rgba(4,4,4,0.357);
         padding:20px;
    }
    button:hover {
         transform:scale(1.1);
         
    }
    
    
  
moveCarousel();