body {
    background-color: #fff;
}

.navbar {
        font: 1.5em "garamond";
    }

h1 {
    font: 4em "garamond";

}

h2 {
    font: 3em "garamond";
}

h3 {
    font: 2em "garamond";
}

h4 {
    margin-top: 125px;
}

.row {
    justify-content: center;
}

a {
    color: inherit;
  }

a:hover {
  font-size: 1.2em;
  transition: 0.3s;
}
  
p {
    text-align: justify;
}
 
#my-image {
    border-radius: 20px;
    width: 500px;
    margin-bottom: 50px;
  }
  
  div {
    text-align: justify;
    text-justify: inter-word;
  }
  
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 80px;
    min-height: 600px;
  }



