body{
    background-color: beige;
}
.Grey{
    color: grey;
}
h3{
    font-weight: normal;
}
#GL{
    font-weight: bolder;
    font-size: 50px;
    color: seagreen;
}
a{
    text-decoration-line: none;
    color: black;
}