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

body {
  font-family: "Caveat", cursive;
  background-color: #032543;
  color: #1e54e9;
  font-size: 30px;
}

p {
  font-size: 50px;
}

h1 {
  color: #5244f1
}

a {
  color: #e57804
}

.louvre {
  background-image: url("images/louvre.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #5b80a5;
}


li a {
  font-size: 30px;
}

h2 {
  color: #be5704;
  font-size: 30px;
}

ul {
  color: #900c0e;
}

body {
  text-align: center;
}

p {
  margin: 20px;
  padding: 0px;
}