@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body {
  background-image: url("images/fond.jpg");
  background-color: #eee8d5;
  color: #dbeaed;
  font-family: 'Oswald', sans-serif;
  text-align: center;
}

p {
  font-size: 40px;
}

h1 {
  font-size: 50px;
  color: #263ad2;
}

a {
  color: #dc322f;
  text-decoration: none;

}

ul {
  font-size: 25px;
  list-style-type: square;
  text-align: left;
}

a:hover {
  color: #6cc475;
}

