:root{
    --bgColor:#000;
    --accentColor: #e6e6e6;
}

@font-face{
    font-family: 'NoSleep';
    src: url('../../assets/fonts/nosleep.ttf'); format:('truetype');
}

img{
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -ms-user-select: none;
    pointer-events: none;
}

body{
    background-color: var(--bgColor);
    font-family: 'nosleep', Arial;
    overflow-x: hidden;
}
 
#userPhoto{
    width: 110px;
    height: 110px;
    display: block;
    margin: 35px auto 20px;
}

