
        form {
            margin-top: 20px;
            width: 860px;
            justify-content: center;
            background-color: #ADBC9A;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        label {
            font-weight: bold;
            display: block;
            margin-top: 10px;
        }
        input, textarea {
            width: 100%;
            padding: 0px;
            padding-top: 10px;
            margin-top: 5px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
        }
        button {
            background-color: #4CAF50;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            margin-top: 5px;
        }
        button:hover {
            background-color: #45a049;
        }

.audio-top {
    width: 880px;
    max-width: 880px;

    margin:0px auto;
    margin-top: 35px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;

    font-size: 21px; 
    font-weight:420;
    font-family: Avenir Next, Arial;
    line-height: 1.5;

    text-align: center;

    border:0.6px solid black;
    }