@font-face {
    font-family: first;
    src: url(font/Lobster.otf);
}

@font-face {
    font-family: second;
    src: url(font/Quicksand-Bold.otf);
}





h1 {
    font-family: first;
}

h2{
    font-family: second;
}

