body {
    font-family: 'Ubuntu', Sans;
}

#background-wrapper {
    position:fixed;
    left: -10%;
    top: -10%;
    width: 120%;
    height: 120%;
    background-image: url("res/wallpaper-flowers-small-blur.jpg");
    background-size: cover;
}

.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:90%;
    max-width:22em;
}

.card {
    width:90%;
    max-width:22em;
    min-height:6em;
    padding:1em;

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-weight:300;

    background-color: white;

    border: solid 1px #eee;
    box-shadow: 0px 0px 10px 3px #666;
}

.card img {
    float: right;
}

.card ul {
    list-style: outside none none;
    padding: 0;
}

.card h1 {
  margin-top: .5em;
}

.card h2 {
    font-size:1em;
    font-weight:300;
}

.card h2::after {
    content: " ";
    display: block;
    background-color: #008be2;
    margin-top: 2px;
    height: 3px;
    clear:both;
}

.card .date {
  font-size: .7em;
  font-weight: bold;
  color: #555;
}
