.title{
    text-align: center;
    color: white;
}

body, html {
  height: 100%;
}
body {
	background-color: #000;
	background-image: url(greece_scenery.jpg);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a:link, a:visited {
	font-size: 20px;
  
  color: white;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: #7996b6;
}

.text-title{
    font-family: sans-serif;
    text-align: center;
    
    padding: 50px;

}

.title1 {
    color: #9eacb7;
	font-size: 33px;
    

}
.title2 {
    color: white;
	font-size: 20px;
    
}


  
    
