body {
    background: radial-gradient(circle,rgba(232, 235, 237, 1) 0%, rgba(182, 208, 214, 1) 69%);
}

h1 {
    text-align: center;
    font-size: 40px;
    padding: 15px;
    margin: 2%;
    color: #241613;
    font-family: "Cal Sans", sans-serif;
}

 input[type=text] {
      width: 50%;
      height: 30px;
      border-radius: 4px;
      border: none;
      font-family:"DM Sans", sans-serif;
      margin-top: 10px;
      margin-bottom:10px;
}

.container {
    margin: 20px auto;
    max-width: 400px;
    display: flex;
    gap: 10px;
}

button {
     background-color:rgba(84, 68, 60, 1); 
    color: white;
    border-radius: 2px;
    padding: 9px;
    border: none;
    display: inline-block;
    font-size: 17px;
    font-family:"Cal Sans", sans-serif;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    margin-top: 10px;
    margin-bottom:10px;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    background: white;
    padding: 10px;
    margin: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align:center;
    border-radius: 5px;
    width: 40%;
    font-size: 19px;
    font-family: "Cal Sans", sans-serif;
    
}
