@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300&display=swap');

.pics {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 0% 30%;
}

.words {
  position: absolute;
  left: 62%;
  width: 33%;
  height: 400px;
}

.body {
  text-align: center;
}

.body > img {
  transition: 0.5s;

}

.body > img:hover {
  box-shadow: 5px 5px 50px #0a3652;
}

#italy {
  font-size: 115%;
}

#pizza {
  margin-top: 2%;
  transition: 0.5s;
}

#pizza:hover {
  box-shadow: 5px 5px 50px #0a3652;
}

.navbar{
  margin-left: -1%;
  margin-right: -1%;
  margin-top: -1.1%;
}

h3{
 font-family: 'Fira Sans', sans-serif;
 color: white;
 text-align: center;
 font-size: 30;
 margin-left; 10%;
}

a{
 font-family: 'Fira Sans', sans-serif;
 color: white;
 font-size: 150%;
 align: center;
}


.footerimage1{
  text-align: center;
}


footer{
  background-color: #0a3652;
  margin-left: -1%;
  margin-right: -1%;
  margin-bottom: -1%;
  bottom:0;
  padding-bottom: 2%;
  padding-top: 1%;
  margin-top: 3%;
}

h2{
  font-family: 'Fira Sans', sans-serif;
  color: white;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 40px;
}


header{
  background-color: #adcbe0;
  text-align: center;
  color: white;
  border:0;
  margin-left: -1%;
  margin-right: -1%;
  margin-top: -1%;
}

ul{
  list-style-type: none;
  background-color: #0a3652;
  font-family: 'Fira Sans', sans-serif;
  overflow: hidden;
}

li a {
  display: inline;
  color: white;
  text-align: center;
  font-family: 'Fira Sans', sans-serif;
  font-size: 125%;
  transition: 0.5s;
  text-decoration: none;
}

li a:hover {
  color: #adcbe0;
}

li{
  float: right;
  margin: 1%;
}

body{
  background-color: #adcbe0;
}

.footerimage5{
  text-align: center;
}

h1{
  font-family: 'Bree Serif', verdana;
  color: white ;
  text-align: center;
  font-size: 100%
 }



.thai{
  text-align: center;
}

.ip{
  text-align: center;
}

.tf{
  text-align: center;
}

.vds{
  text-align: center;
}

.mcd{
  text-align: center;
}

.sb{
  text-align: center;
}


.dtf{
  text-align: center;
}
