body {
  background-image: url('relationship_marble.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

h2{
  font-size: 70px;
  font-family: 'Poiret One', cursive;
  color: #000000;
  text-align: center;
}

h3 {
  font-size: 30px;
  font-family: 'Poiret One', cursive;
  color: #000000;
  text-align: center;
}

#onthispage{
  width:400px;
  text-align: justify;
  font-size: 20px;
  font-family: 'Poiret One', cursive;
  margin-top: 0px;
  color: #000000;
}

.r_info {
  width: 1000px;
  text-align: center;
  font-size: 20px;
  font-family: 'Poiret One', cursive;
  color: #000000;
}

.r_tiltes {
  font-size: 25px;
  font-family: 'Poiret One', cursive;
  color: #000000;
  text-align: center;
}

.toxis_relationship_signs {
  width: 1000px;
  text-align: left;
  font-size: 20px;
  font-family: 'Poiret One', cursive;
  color: #000000;
  margin-left: 100px;
}

#website {
  font-size: 17px;
  font-family: 'Poiret One', cursive;
  color: #5B2C6F;
  text-align: center;
}

.topnav a {
    float: middle;
    color: #white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #D6EAF8;
    color: black;
  }
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #4CAF50;
    color: white;
  }

  footer{
    height: 170px;
    background: #FFC0CB;
    margin-top: 100px;
  }
