@font-face {
    font-family: shabnam;
    src: url(../tools/font/shabnam/Shabnam-Bold-FD-WOL.ttf) format(ttf);
    src: url(../tools/font/shabnam/Shabnam-Bold-FD-WOL.woff) format(woff);
    src: url(../tools/font/shabnam/Shabnam-Bold-FD-WOL.woff2) format(woff2);
    font-family: sahel;
    src: url(../tools/font/sahel/Sahel-Black-FD.woff) format(woff);
    src: url(../tools/font/sahel/Sahel-Black-FD.woff2) format(woff2);
    src: url(../tools/font/sahel/Sahel-Black-FD.ttf) format(ttf);
}

body {
    font-family: sahel;
    text-align: center;
    background-image: url(../tools/photo/favicon.ico);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    height: 100vh; 
    margin: 0;     
}
 #h {
    color: yellowgreen;
    font-size: 80px;
    text-align: center;
    background-color: black;
}

class p {
    font-size: 20px;
    color: brown;
    border: 4px solid red
}

a {
    font-size: 30px;
}

.x {
    text-align: right;
    font-size: 30px;
    color: red;
}