* {
 margin: 0;
 padding: 0;
}

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

#main {
    background-color: rgb(0,0,0);
    height: 40px;
}

h1 {
    color: rgb(255,255,255);
}

h2 {
    color: rgb(255,255,255);
}

a {
    all: unset;
    color: rgb(255,255,255);
}

a:hover {
    all: unset;
    color: rgb(0, 138, 216);
    cursor: pointer;
}