body {
    background: #76818e;
    margin: 20%;
    display: flex;
    flex-direction: column;
    align-content: center;

}

.box {
    background-color: white;
    border: 10px double #cc7e85;
    padding: 20px;
    color:#cf4d6f;
    border-radius: 10px;
    box-shadow: inset;
    width: 700px;

}

input {
    border: 1px solid black;
    height: 30px;
    width: 300px;
}

h1 {
    color: #cc7e85;
    display: block;
}

button {
    height: 30px;
    color: black;
    background-color: #cc7e85;
    border: 1px #cc7e85 solid;
}
.delete-button{
    background-color: red;
    border: 1px red solid;
    border-radius: 5px;
    height: 30px;
    color: white;
    float: right;

    margin-left: 10px;
}li{
    height: 40px;
}
