/*
Theme Name: Generatepress Childtheme
Template: generatepress
Description: Child von Generatepress
Version: 1.0.1673264671
Updated: 2023-01-09 12:44:31

*/

.wp-caption .wp-caption-text {
    position: relative;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    color: #fff;
    padding: 8px 10px;
    margin: 0;
}


<style>
        body {
        font-family: Arial, Helvetica, sans-serif;
    }
         
        * {
        box-sizing: border-box;
    }
         
        input[type=text], select {
            width: 100%;
            padding: 12px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
            margin-top: 6px;
            margin-bottom: 10px;
           resize: vertical;
        }
         
        .container {
            width: 720px;
            border-radius: 5px;
            background-color: #f2f2f2;
           padding: 20px;
        }
         
        button {
            background-color: #4b4241;
            color: white;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
               margin-top: 15px;
        }
         
        button:hover {
             background-color: #00a19c;

        }
         
        label {
            display: block;
            margin-bottom: 5px;
        }
</style>
