*{
    font-family: 'Redressed', cursive;
}
header{
    position: fixed;
    top:0;
    width: 100%;
    background-color: #D9F995;    
}
body{
    background-color: #c9e788;
}
h1{
    padding: 0;
    margin: 0;
    color: #386721;
    float: left;
    width: 80%;
    font-size: 4em;
    text-align: center;
}
#search{
    height: 1em;
    float: right;
    margin-top: 20px;
    width: 20%;
}
#search input{
    height: 25px;
}
#search button{
    height: 25px;
}
.can{
    flex-shrink: inherit;
    flex-basis:40%;
    background-color: aliceblue;
    align-self: center;
}
#candles{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
a{
    text-decoration: none;
    color: black;
}
footer{
    padding: 0;
    margin: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color:greenyellow;
    color: white;
    text-align: center;
}
