body {
    background-color: #161a2e;
}


#image {
    height: 90vh;
    max-height: 700px;
    background-image: url('../img/jasno_nad_nanosom.jpg');
    background-size: cover;
    background-position: center bottom;
}

.star {
    color: white;
    font-size: 5px;
    position: absolute;
    vertical-align: middle;
}

.falling {
    color: white;
    font-size: 40px;
}

#wishes {
    display: flex;
    height:10vh;
    color: #A9B1D6;
    justify-content: center;
    align-items: center;
}

#wishes>small {
    font-size:0.7em;
    float: right;
}