@import "https://fontcdn.hostkurd.com/hostkurd/hostkurdweb.css";

body{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #714B67;
    height: 100vh;
}
.logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo img{
    display: block;
    width: 100%;
    max-width:250px;
}
.logo p{
    color: #bba7b6ff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    margin-bottom: 7px;
}

.logo .kurdish{
    color: #bba7b6ff;
    font-family: HostKurdWeb, Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    direction: rtl;
    font-weight: 300;
}

.m-0{
    margin: 0 !important;
}
.mb-0{
    margin-bottom: 0 !important;
}