* {
    margin: 0px;
}

#ulele li {
    list-style: none;
    font-family: verdana;
    font-size: 16px;
    background-color: #218380;
    padding: 20px;
    color: white;
    border-radius: 6px;
}

li {
    list-style: none;
    font-family: verdana;
    font-size: 16px;
}


header {
        display: flex;
        justify-content: space-between;
        padding: 29px;
        background-color: #218380;
        color: white;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;   
    height: 90vh;
}

div {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

#box {
    box-sizing: border-box;
    border: 3px solid grey;
    border-radius: 40px;
    height: 62vh;
    width: 80%;
    box-shadow: 20px 16px 15px -3px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 60px;
    padding-left: 60px;
}

h2 {
    font-family: Verdana;
    font-size: 24px;
    font-weight: 600;
}
p {
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
}

button {
    background-color: #218380;
    color: white;
    font-family: Verdana;
    font-size: 16px;
    border-width: 0px;
    border-radius: 5px;
    padding: 15px;
}

.sub {
    background-color: #218380;
    color: white;
    font-family: Verdana;
    font-size: 16px;
    border-width: 0px;
    border-radius: 5px;
    padding: 15px;
}


#div2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#nameform {
        padding: 15px;
        border-radius: 5px;
        margin-right: 20px;
    }


    #ulele {
        display: flex;
        flex-direction: column;
        gap: 9px;
    }