
body{
    background-image:url("https://i0.wp.com/lab-can.com/wp-content/uploads/2018/07/light-yellow-background-pale-yellow-clouds-texture-light-yellow-and-green-background-design.jpg?fit=800%2C375&ssl=1&w=640");
    }
    
    h1{
    color:black;
    
    }
    
    .Make_Button{
    color:rgb(0, 0, 0);
    font-size: 16px;
    background-color: lightsteelblue;
    
    }
    
    .Use_Button{
    color:rgb(0, 0, 0);
    font-size: 16px;
    background-color: lightsteelblue;
    }
    
    /* above is from menu */
    
    body{
    background-image:url("https://i0.wp.com/lab-can.com/wp-content/uploads/2018/07/light-yellow-background-pale-yellow-clouds-texture-light-yellow-and-green-background-design.jpg?fit=800%2C375&ssl=1&w=640");
    }
    .add-flashcard{
    color:rgb(0, 0, 0);
    font-size: 16px;
    background-color: lightsteelblue;
    }
    .load_imported{
    color:rgb(0, 0, 0);
    font-size: 16px;
    background-color: lightsteelblue;
    }
    
    /* above is from Make Flashcards web */
    
    body{
    background-image:url("https://i0.wp.com/lab-can.com/wp-content/uploads/2018/07/light-yellow-background-pale-yellow-clouds-texture-light-yellow-and-green-background-design.jpg?fit=800%2C375&ssl=1&w=640");
    
    }
    
    .show-answer{
    background-color:lightcoral;
    }
    
    .remember{
    font-size:16px;
    }
    
    .forget{
    font-size:16px
    }
    
    /* above is from Use Flashcards */
