body,
html {
    background-image: url(menubg.webp);
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-position: center;
    text-align: center;

}

#container {
    background-color: orange;
    padding: 20px 20px;
    text-align: center;
    color: whitesmoke;
    font-size: 35px;
    border-radius: 100px 100px 100px 100px;
    margin: auto;
    width: 50%;
    position: absolute;
    top: 35%;
    left: 25%;
}

#submit {
    width: 100px;
    height: 50px;
    margin-top: 20px;
    font-size: large;

}

#name {
    margin-top: 20px;
}