#int{
    width: 15%;
    border-radius: 15%;
    margin-right: 10px;
}
nav{
    background-color: #f2e2d0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 45px;
}
nav a{
    text-decoration: none;
    color: #43290d;
}
nav a:hover {
    color: black;
    text-decoration: underline;
}
h1{
    font-family: 'Montserrat', sans-serif;
    font-size:50px;
    display: flex;
    justify-content: space-around;
}
h2, nav{
    font-family: 'Montserrat', sans-serif;
}
h2{
    color: rgb(46, 46, 46);
}
body{
    margin: 0;
    background-color: #f7ebdf;
    font-family: 'Open Sans', sans-serif;
}
main{
    margin: 0px 20px;
}
#intro{
    display: flex;
    justify-content: space-around;
}




  
  /* .text-hover {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  
  .image-link:hover .text-hover {
    opacity: 1;
  } */
  