style {
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Limelight&family=Oswald:wght@200..700&display=swap');
}
style {
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend:wght@100..900&family=Limelight&family=Oswald:wght@200..700&display=swap');
}

body {
  background-color: grey;
  color: grey;
  background-image: url("/Robert.jpeg");
  background-repeat: no-repeat;
  background-position: center center ;
  background-attachment: fixed;
  background-size: cover;
}
nav.nav-1 {
  margin: auto;
  padding: 4em;
  text-align: center;
}
a.nav-1 {
        padding-left: 40px;
        padding-right: 40px;
        font-size: 25px;
        color: red;
        font-style: bold;
}
a.nav-2 {
  padding-left: 200px;
  padding-right: 200px;
  margin-top: 100px;
  font-size: 20px;
  color: white;
}
img.redbox {
  position: auto;
  border: 4px solid red;
  padding: 2px;
}
div.IG-Box {
  float: right;
  margin: -135px;
  padding: 65px;
}
.header {
  background-color: #F6BE31;
  color: ghostwhite;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-style: bold;
  text-align: center;
  padding: 5px
}
p {
  color: #F6BE31; 
  font-family: Lato, sans-serif; font-size: 30px;
  position: center;
  text-align: center;
  padding: 60px;
  margin: auto;
  font-size: 20px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: white;
  font-size: 10px
}

 