body {
    background-color: #3c4353;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 0;
}

header {
    display: flex;
    background-color: #fdfeff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    justify-content: space-between;
    padding-left: 45px;
    padding-right: 45px;
    align-items: center;
  }
  
  .logo{
    display: flex;
    align-items: center;
  }
  
  header img {
    max-width: 70px;
  }
  
  header h1{
    padding-left: 20px;
    font-size: 20px;
    cursor: pointer;
  }
  
  header a{
    text-decoration: none;
    color: rgb(0, 136, 255);
  }
  
  .nav-link:hover{
    color: rgb(255, 217, 0);
    font-size: 15.1px;
  }
  
  nav a{
    cursor: pointer;
    font-size: 15px;
  }



  main{
    color: #fff;
  }
.CUADRO{
    /*background-color: aquamarine;*/
    max-width: 100%;
    margin-left: 60px;
    margin-right: 60px;
    display: flex;
}

.PROPOSITO{
    /*background-color: rgb(255, 217, 0);*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.IGLESIA{
    float: right;
    width: 270px;
}

p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-wrap: pretty;
}