 body {
        background-color: lightseagreen;
        font-family: 'Arial', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
    }  

    a {
        color: white;
    }
    
    .container {
        margin: 150px auto;
        max-width: 500px;
    }

    header {
        margin-bottom: 20px;
    }
    
    h1 {
        text-align: center;
        font-weight: 200px;
        font-size: 40px;
        line-height: 1.2;
        color: #333;

    }  

    .form {
        padding: 30px;
        background-color: white;
        box-shadow: 0px 20px 60px rgba(65, 50, 100, 0.08);
        border-radius: 30px;
        display: flex;
        margin-bottom: 20px;
    }

    .instructions {
        padding: 16px;
        border: 1px solid rgba(39, 33, 66, 0.50);
        width: 80%;
        font-size: 14px;
        border-radius: 50px;
        line-height: 25px;
        color: #274142;
    }

    .submit-button {
        margin-left: 10px;
        background-color: lightcoral;
        color : lavender;
        border: none;
        width: 120px;
        font-size: 16px;
        border-radius: 15px;
        padding: 14px 24px;
    }

    .poem {
        font-size: 16px;
        background-color: #fff;
        padding: 20px;
        line-height: 2;
        font-weight: 400;
        border-left: 3px solid color-mix(in hsl shorter hue, color percentage, color percentage);
        box-shadow: 0px 20px 60px rgba(65, 50, 100, 0.080);
    }

    footer {
        text-align: center;
        font-size: 20px;
        margin-top: 15px;
        font-family: 'Courier New', Courier, monospace;
    }