# Empty CSS file for your own CSS
.myBackground {
  color: blue;
  font-size: 100px;  
}

.myBody {
  background: url('https://source.unsplash.com/daily') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin: 100px;
}

.myBoxStyle {
  background-color: rgba(245, 245, 245, 0.7);
}

.myTextStyle {
  margin: 20px;
  color: black;
  font-weight: bold;
}