@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Josefin+Slab|Forum');

body {
  background: url('/static/img/newbg.png') no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
    font-family:'Forum',serif;
}

.row {
    padding: 10px; 
    background-color: #F7EEFF; 
    margin: 20px; 
    -moz-border-radius: 15px; 
    border-radius: 15px; 
    opacity: 0.6;
    border: thin solid red;
}