@font-face {
    font-family: 'Sam';
    src: url('Yekan.ttf');
}

#body {
    direction:ltr; 
    font-family: Sam;
}

#BG{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(37, 46, 66);
}

#Chat{
    color: white;
    position: absolute;
        display: grid;
    left: 2.5%;
    top: 3%;
    width: 95%;
    height: 75%;
    border-radius: 10px;
    border-style: solid;
    overflow-y: scroll;
}
#Chat p{
    font-family: Sam;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    width: 300px;
    padding: 9px;
    background-color: rgb(24, 35, 87);
    border: solid rgb(0, 68, 255);
    border-radius: 5px;
}
#Chat img{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 300px;
}
#Chat video{
        direction:rtl; 
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 300px;
}
#Chat embed{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 300px;
    
}


#ChatKon{
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    bottom: 80px;
    left: 2.5%;
    width: 95%;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-radius: 15px;
    text-align: center;
}

#fileToUpload{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    position: fixed;
    bottom: 10px;
    right: 2.5%;
    width: 15%;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-radius: 15px;
    text-align: center;
}

#Enter{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    position: fixed;
    bottom: 10px;
    right: 21%;
    width: 80px;
    height: 40px;
    border-radius: 15px;
    text-align: center;
}

#Enter2{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    position: fixed;
    left: 42%;
    transform: translate(-50%);
    bottom: 10px;
    width: 100px;
    height: 40px;
    border-radius: 15px;
    text-align: center;
}
#Enter3{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    position: fixed;
    left: 1%;
    bottom: 10px;
    width: 100px;
    height: 40px;
    border-radius: 15px;
    text-align: center;
}