
body {
height: 100%;
background-image: url("images/ic.jpg");
background-color: #fff2d1;
}

/* Container for page content */
.content {
    min-height: calc(100vh - 50px);
    padding: 20px;
}

.picture {
  border: 5px solid #fff;
}

/* Footer styling */
.footer {
    height: 50px;
    color: red;
    text-align: center;
    line-height: 50px;
    position: relative;
    width: 100%;
    bottom: 0;
}

