body{
    background-color: black;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 10px;
    font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	overflow-x: hidden; 
	color: #333;
	background-image: url("background.png");}
.main-body{
    text-align: center;}
.title{
    color: #d4efdf;
    background-color: #e74c3c;
    border-radius: 3px 3px 0px 0px;
    margin-right: 30%;
    margin-left: 30%;}
@media screen and (max-width: 768px) {
  .title { margin-right: 0px;
           margin-left: 0px;}
  }
.details{
    color: #85929e;}
    
.message{
    color: white;
    background-color: #e74c3c;
    text-align: center;
    padding: 2px;
    border-radius: 0px 0px 3px 3px;
    margin-right: 30%;
    margin-left: 30%;}
@media screen and (max-width: 768px) {
  .message { margin-right: 0px;
             margin-left: 0px;}
  }
p .describe{
    color: #999;}
img{
    width: 100px;}
a{
    color: white;
    text-decoration: none;}
