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

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;

    background-color: #000000;
    background-image: url("/../images/muci.ro_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;  
    

}


.hero-bg {
color: white;

}




header {
    padding: .5em .5em;
    font-size: 1.4rem;
    text-shadow: 5px 5px 7px #000000;

}

.hero-bg a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 8px 8px 12px #000000;

}
.hero-bg h1{
    font-size: 2rem;
    padding: 8em 2em 2em;
    text-align: center;
    text-transform: uppercase;   
    text-shadow: 8px 8px 12px #000000;

}

.hero-bg p{
    text-align: center;
    font-weight: bold;
    color: white;
}
  
  #footer {
    text-align: center;
    font-size: .8rem;
    font-weight: bold;
    text-shadow: 3px 3px 12px #000000;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2em;            /* Footer height */
  }
