*{
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
}
.app{
    text-align: center;
    margin-top: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
}
.heading{
    text-shadow: 0 0 10px #8bd0cb;
}
input{
    margin-top: 20px;
    height: 40px;
    width: 250px;
    padding: 10px;
    background-color: white;
    color: black;
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border:  2px solid white;
    border-radius: 10px;
}
.btn{
    height: 64px;
    width: 80px;
    background-color: rgb(51, 241, 51);
    font-size: 20px;
    border:  none;
    border-radius: 10px;
}

.makeList {
    max-width: 25%;
    margin: auto;
    padding: 10px;
    text-align: left;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    margin-top: 10px;
    
}
.makeList p{
    padding: 5px 5px;
}
.makeList button{
    height: 20px;
    width: 60px;
    background-color: rgb(231, 25, 25);
    font-size: 10px;
    border:  none;
    border-radius: 2px;
    cursor: pointer;
}