@import url("https://fonts.googleapis.com/css2?family=Concert+One&display=swap");

body {
  font-family: "Concert One",cursive;
  font-size: 16px;
  background-color: #004d9d;
  color: #ffffff;
}

a {
  color: #ffffff;
  text-decoration: none;
}

section {
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
}

header {
  position: fixed;
  top: 20px;
  left: 20px;
}

footer {
  position: fixed;
  bottom: 20px;
  left: 20px;
}

h1 {
  font-size: 24px;
  margin-bottom: 5px;
}

footer a {
  margin-right: 5px;
}

a:hover {
  color: #dddddd;
}

.image_1 {
  background-image: url("Sally_1.jpeg");  
}

.image_2 {
  background-image: url("Sally_2.jpeg");  
}

.image_3 {
  background-image: url("Sally_3.jpeg");  
}

.image_4 {
  background-image: url("Sally_4.jpeg");  
}
