@import "fonts.css";

html { background: url('../images/mainBg2.jpg') no-repeat center center; background-size: cover;}
html, body {width: 100%;height: 100%;overflow: hidden;}
html::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

a {text-decoration: none;}
