@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

body, html {
    height: 100%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
  }
  
  body {
    display: flex;
    flex-direction: column;
    background-image: url("../media/bg4.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    background-position: center center;
  }
  .drkbg p{
    color: white;
    text-shadow: 2px 2px 2px #303030;
    margin-top:5px;
  }
  .drkbg a{
    color: white;
  }
  .flex-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    width:100%;
    text-align: center;
    margin: 0 auto;
  }
  #diag_link img{
    max-width: 350px;
    width:100%;
    height: auto;
    box-shadow: 2px 2px 2px #30303050;
  }
  #diag_link:hover{
    opacity:0.8;
  }
  .conferences p{
    font-weight: 600;
    font-size: 16px;
  }

  .flex-center .center-block{
    
    padding: 20px;
    text-align: center;
    border-radius: 20px;
  }
  .flex-bottom {
    display: flex;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
  }

  .flex-bottom a{
    font-weight: 600;
    text-decoration: none;
  }
  .flex-bottom a:hover{
    opacity:0.8;
  }   
  /* Optional: Adjustments for styling */
  #home_logo {
    max-width: 250px;
    width:100%;
    height: auto;
  }
  
  h1 {
    margin: 0 auto; 
    max-width: 250px;
    width:100%;
  }

  h1 img{
    filter: drop-shadow(2px 2px 10px #10101090);
  }