<DOCTYPE html>
<html>
<head>
<style>
  a {text-decoration:none;}
body {
  background-color: #f6ecd3;
}
header{
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid white;
  }
header::before {
  height: 50vh;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 51%;
  width: 100%;
  background-image: url(london.jpg);
  #opacity: 1;
  z-index: -1;
  background-position: center;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid white;
}
h1 {
  color: white;
  text-align: center;
  font-family: times;
  font-size: 40px;
  color: #ffffee;
}
span{
  color: red;
  font-size: 50px;
  font-style: italic;
}
h2 {
  color: white;
  text-align: center;
  font-family: arial;
  font-size: 20px;
  padding-left: 50%;
  font-style: italic;
}

header2{
  height: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 8px clear;
}
header3{
  height: relative;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 2px clear;
}
b{
  color: white;
  font-family: lucida;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  font-style: italic;
  padding-left: 40px;
  transition: all ease 0.1s;
}
a {
  color: white;
  font-family: lucida;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  font-style: italic;
  padding-left: 40px;
}
a:hover{
  color: red;
  margin-left:10px;
}
p{
  color: black;
  font-family: lucida;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  font-style: italic;
  padding-left: 1%;
  padding-bottom:10px;
  transition: all ease 0.1s;
}
p:hover{
  color: red;
  margin-left:4px;
}
<style>
<head>
<html>
