@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam.tff') format('tff');
    font-weight: 100;
    font-style: normal;
}
body {
    font-family: Shabnam;
    background-color: #008c88;
}


h2 {
    text-align: center;
}
button {
    font-family: Shabnam;
    text-align: center;
    justify-content: center;
    display: block;
    margin: 0 auto;
}
.i {
    margin-top: 10;
    border-style: solid;
    border-radius: 100; 
}
.ss {
    text-align: center;
    background-color: #e7977c;
}
.sb {
    background-color: #e7977c;
    border-style: solid;
    border-width: 5px;
    border-color: #9e2a25;

}
.sk {
    background-color: #e7977c;
    border-style:  inset dashed inset inset;
    border-width: 5px;
    border-color: black red #fdf833 black;
    width: 660;
    height: 50;
    border-width: 3px 5px 10px 10px; 
    

}
#s {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    text-align: center;
    cursor: default;
}

li {
    display: inline-block;
}

li {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    cursor: default;
}


#li2:hover {
    background-color: #111;
}