main {
    margin-top: 2rem;
}

body {
    background-image: url("https://berthabella.com/wp-content/uploads/2017/11/Minimalist-Kite-Clouds-Desktop-Wallpaper.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#icon {
    margin-top: 0.5rem;
    height: 5rem;
    width: 5rem;
}

input {
    margin: 5px 0px 5px 0px;
    text-transform: capitalize;
}

button {
    background-color: rgba(169, 221, 221, .76);
    margin-bottom: 10px;
}

form {
    margin-top: 2.5rem;
    margin-left: 1rem;
}

#hr {
    margin-left: 5px;
}

#history {
    margin: 5px;
}

.days {
    display: flex;
}

.card-body {
    background-color: rgba(219, 219, 209, 0.6);
    margin: 5px 5px 10px 5px;
}