.title{
    
    text-align:center;
    font-family:'lobster',cursive;
}
.term{
    border:solid 5px red;
    border-radius:15px;
    text-align:center;
    margin-top:100px;
    width:45%;
    margin:auto;
    margin-top:100px;
}
.definition{
    border:solid 5px black;
    border-radius:15px;
    text-align:center;
    margin-top:100px;
    width:45%;
    margin:auto;
    margin-top:100px;
    display:none;
}

.button{
    text-align:center;
    margin-top:100px;
    
}
button{
    color:white;
    background-color:lightgreen;
    padding:20px;
    border-radius:15px;
}

button:hover{
    transform:scale(1.1);
    
}