@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');
body {
  font-family: "Fugaz One", sans-serif;
    background-color: #d5ebee;
    color: #ffffff;
    background-image: url("images/londres.jpg");  
    background-size:cover;
  }
  h1 {
    color: #fb70ba
  }
  p {
    font-size: 30px;
  } 
  a {
    color: #000000
  }
  a:hover {
    color: #115e62
  }
  a {
    text-decoration: none;
  }
  ul {
    list-style-type: square;
    font-size: 25px;

  }
  .bigben {
    background-image: url("images/bigben.jpg");
  }
  .times-square {
    background-image: url("images/times-square.jpg");
  }
  .tower-bridge {
    background-image: url("images/tower-bridge.jpg");
  }
  
