body{
   text-align: center;
   background:
        radial-gradient(circle at 20% 20%, #00FF9C55, transparent 30%),
        radial-gradient(circle at 80% 70%, #00E67644, transparent 35%),
        linear-gradient(135deg, #011A12, #064E3B, #021F16);
	font-family : "Vazirmatn";
     margin: 0;
    min-height: 100vh;
}
@font-face {
    font-family: Vazirmatn;
    src: url(fonts/Vazirmatn-Regular.ttf);
}
a {
    text-decoration: none;
    color: white
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    width: 300px;
    background: rgba(0, 255, 156, 0.08);
    border: 2px solid #087F5B;
    color: #E8FFF5;
    border-radius: 12px;
    padding: 14px;
    outline: none;
    transition: 0.3s;
    margin: auto;
    display: flex;
}
.sargarmi-button{
    background-color: #00A86B;
    border-radius: 14px;
    font-family: Vazirmatn;
    color: #FFFFFF;
    border-width: 2px;
    border-color:#087F5B;
    border-style: solid;
    cursor: pointer;
}
.sargarmi-button:active{
    background: #00FF9C;
    color: black
}
.div1{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20pt;
}