@font-face{
    src:url(fonts/Roboto-Light.ttf);
    font-family:Roboto-Light
}
body{
    background-color:rgb(39, 39, 39)
}

header{
    background-color: rgb(27, 27, 27); font-family:Roboto-Light; font-size:30px; text-align:center; border-style: outset; border-color:aqua; border-width:8px;
}

h1{
    color:aliceblue;
}

#a1{
    color:hsl(0, 71%, 67%);
}

#a2{
    color:hsl(240, 100%, 84%)
}

#a3{
    color:hsl(120, 100%, 77%)
}