@import url('https://fonts.googleapis.com/css?family=Poppins');
body {
    margin: 0;
    min-width: 250px;
    font-family: 'Poppins', sans-serif;
}

* {
    box-sizing: border-box;
}

input {
    margin: 0;
    border: none;
    box-shadow: 0 0 0 2.0px #fff;
    border-radius: 8px;
    width: 20%;
    padding: 15px;
    font-size: 16px;
}

input:focus {
    box-shadow: 0 0 0 0px rgb(20, 228, 106);
    border-radius: 8px;
}

.addBtn {
    padding: 15px;
    width: 20%;
    background-color: rgb(20, 228, 106);
    box-shadow: 0 0 0 2.0px rgb(20, 228, 106);
    color: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 15px;
    text-transform: uppercase;
}

.addBtn:hover {
    background-color: #888;
    color: #fff;
}

footer {
    padding-top: 25px;
}

.w3-theme-l5 {color:#000 !important; background-color:#effbf8 !important}
.w3-theme-l4 {color:#000 !important; background-color:#c9f2e7 !important}
.w3-theme-l3 {color:#000 !important; background-color:#94e6d0 !important}
.w3-theme-l2 {color:#000 !important; background-color:#5ed9b8 !important}
.w3-theme-l1 {color:#fff !important; background-color:#2fc69e !important}
.w3-theme-d1 {color:#fff !important; background-color:#1f8268 !important}
.w3-theme-d2 {color:#fff !important; background-color:#1b745c !important}
.w3-theme-d3 {color:#fff !important; background-color:#186551 !important}
.w3-theme-d4 {color:#fff !important; background-color:#145745 !important}
.w3-theme-d5 {color:#fff !important; background-color:#11483a !important}

.w3-theme-light {color:#000 !important; background-color:#effbf8 !important}
.w3-theme-dark {color:#fff !important; background-color:#11483a !important}
.w3-theme-action {color:#fff !important; background-color:#11483a !important}

.w3-theme {color:#fff !important; background-color:#228f72 !important}
.w3-text-theme {color:#228f72 !important}
.w3-border-theme {border-color:#228f72 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#228f72 !important}
.w3-hover-text-theme:hover {color:#228f72 !important}
.w3-hover-border-theme:hover {border-color:#228f72 !important}

