/* html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  } */
  
  body {
    background-image: url('../img/background.jpg');
    background-size: cover;       
    background-position: center;  
    background-repeat: no-repeat; 
    background-attachment: fixed;
  
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    position: relative;
    background-color: transparent;
  }
    
  /* main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: calc(100vh - 220px); 
    padding: 0 1rem;
    text-align: center;
  } */
  

.bg-dark-custom{background-color: rgba(0,0,0,0.8);}

.btn-primary {
    background-color:#6e9cd0;
    border-color:#6e9cd0;
}



.btn-secondary {
    background-color:#e7644a;
    border-color:#e7644a;
}