* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

/* .Container{} */

body {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #EDF1D6;
    width: 100%;
    height: 100%;
}

.titel {
    font-size: 2em;
    color: #40513B;
    margin: 1em;
    font-weight: 900;
    text-shadow: 0.1em 0.2em 0.5em #9DC08B, 0.1em 0.2em 0.5em #9DC08B, 0.1em 0.2em 0.5em #9DC08B;


}

.form {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.form input {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1em;
    margin: 1em;
    font-size: 1.2em;
    border-radius: 25px;
    border: 0.2em solid #9DC08B;
    box-shadow: 0 0 20px 10px #609966;
    background-color: #40513B;
    color: white;
    height: auto;
}

/* .NameMusic{ */
/*  */
/* } */
/* .SingerName{ */
/*  */
/* } */
/* .LinkMusic{ */
/*  */
/* } */
.SubmitMusic {
    width: 80%;
}


@media (min-width:900) {
    body {
        position: absolute;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
        background-color: #EDF1D6;
        width: 100%;
        height: 100%;
    }

    .titel {
        font-size: 2.5em;
        color: white;
        margin: 1em;


    }

    .form {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .form input {
        position: relative;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 1em;
        margin: 1.8em;
        font-size: 1.5em;
        border-radius: 25px;
        border: 0.2em solid #9DC08B;
        box-shadow: 0 0 50px 0px rgba(255, 255, 255, 0.549);
        height: auto;
    }

    /* .NameMusic{ */
    /*  */
    /* } */
    /* .SingerName{ */
    /*  */
    /* } */
    /* .LinkMusic{ */
    /*  */
    /* } */

}