@font-face {
    font-family: "proper-font";
    src: url("../fonts/almond_nougat/Almond\ Nougat.ttf");
}

body, html{
    height: 100%;
}
.bg-proper{
    background-image: url('../images/background/b-2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(4px);
    -webkit-filter: blur(4px);
}
h1{
    font-family: 'proper-font';
    color: black;
}