
html {
     background-color: #E4E9FD;
    background-image: -webkit-linear-gradient(65deg, #A683E3 50%, #E4E9FD 50%);
    min-height: 1000px;
    font-family: 'helvetica neue';
    }
header {
    text-align: center;
    margin: auto;
    width: 30%;
    background-color:  #A683E3;
}

footer {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
}

.note {
    margin: auto;
    height: 400px;
    width: 30%;
    text-align: center;
    border: 3px solid #A683E3;
    padding: 10px;
    border-radius: 10%;
    background-color:  #E4E9FD;
}

input {
    position: relative;
    top: 10px;
    right: 20px;
    width: 60%;
    border: solid 3px transparent;
    background-color: transparent;
    border-bottom-color: black ;
    border-bottom-style: dashed;
}

button {
    position: relative;
    top: 10px;
    left: 10px;
    text-align: center;
}

li {
    text-align: left;
    position: relative;
    left: 450px;
    bottom: 375px;
    padding: 0.5rem;
  }