body{
    background-color: black;
}

.dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(220, 220, 220);
    position: fixed;
}