.link{
    text-decoration: none;
    color:rgb(1, 1, 100);
}
a:hover{
    color:rgb(130, 130, 253);
}
header{
    background-color: rgb(1, 1, 100);
    color:rgb(208, 208, 249)
}
main{
    background-color: rgb(250, 235, 215);
    color:rgb(1, 1, 100)
}
footer{
    background-color: rgb(1, 1, 100);
    color:rgb(208, 208, 249)
}