@import url(https://fonts.googleapis.com/css?family=VT323);
@font-face {
    font-family: 'VT323';
    src: url("/fonts/diner-regular/Diner-Regular-webfont.woff") format("woff");
    font-display: auto;
}

@font-face {
font-family: 'VT323';
    src: url("/fonts/diner-fatt/Diner-Fatt-webfont.woff") format("woff");
    font-display: auto;
}

@font-face {
   font-family: 'VT323';
    src: url("/fonts/abel/abel-regular-webfont.woff") format("woff");
    font-display: auto;
}


body {
  font-family: 'VT323';
   background-color:#00b2ff;
  color:black;
}

h1 {
  font-family: 'VT323';
  background-color:#00ffe8;
  color:black;
    text-indent: 10px;
  width: 400px;
}

p {
   font-family: 'VT323';
    font-weight: bold;
    font-size: 30px;
  color:#ffffff;
}
#experience{
 font-family: 'VT323';
  background-color:#00d8ff;
    margin: 20px;
  padding: 10px;
}
#competences{
  font-family: 'VT323';  
  background-color:#008bff;
    margin: 20px;
  padding: 10px;
}
#attentes{
  font-family: 'VT323';
  background-color:#0004ff;
  margin: 20px;
 padding: 10px;
}