body{
  background-color: black;
  color: white;
  font-family: Verdana;
}


#main_container{
  margin: auto;
  margin-top: 170px;
  width: 414px;
  height: 329px;
  background-image: url(../img/background.jpg);
}

.simple_text{
  font-size: 10px;
  width: 220px;
}

h1{
  margin-top: 5px;
  margin-bottom: 15px;
}


#domena{
  font-size: 18px;
}

#facebook{
  position: absolute;
  top: 10px;
  right: 10px;
}


