@import url('https://fonts.googleapis.com/css2?family=Doto:wght@100..900&display=swap');

body {
    background-color: rgb(20, 20, 20);
}

#xiqulltext{
    color: whitesmoke;
    display: flex;
    justify-content: center;
    font-family: Doto;
}

#aboutme{
    text-align: center;
    color: whitesmoke;
    display: flex;
    justify-content: center;
    font-family: Doto;
}


#About{
    color: whitesmoke;
    display: flex;
    justify-content: center;
    font-family: Doto;
}


#contact{
    color: whitesmoke;
    display: flex;
    justify-content: center;
    font-family: doto;
}

#telegram{
    color: whitesmoke;
    display: flex;
    justify-content: center;
    font-family: doto;
    
}
#github{
    color: whitesmoke;
    display: flex;
    justify-content: center;
    font-family: doto;
    
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

a:visited {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

a:hover {
    color: rgb(191, 238, 250);
}

.link-cont{
    display: flex;
    gap: 10px;
    justify-content: center;
}