/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018.06.04., 16:39:50
    Author     : Bartok Eniko
*/
 

/*
p {color: red;
   width: 500px;
  border: 1px solid black;}*/
html {
    background-color: aquamarine;
  /*font-size: 10px; /* px signifie 'pixels': la taille de base pour la police est désormais 10 pixels de haut  */
  /*font-family: 'Open Sans', sans-serif; /* cela devrait être le reste du résultat obtenu à partir de Google fonts */
}
/*h1 {
   text-shadow: 3px 3px 1px black;
    color: appworkspace;
  font-size: 60px;
  text-align: right;
  margin: 0;
  padding: 20px 0;
}
body {
  width: 600px;
  margin: 0 auto;
  background-color: antiquewhite;
 padding: 0 20px 20px 20px;
  border: 5px solid black;
}
img {
  display: block;
  margin: 0 auto;
}

p, li {
  font-size: 16px;    
  line-height: 2;
  letter-spacing: 1px;
}*/