p {
    font-family: Arial;
    color: gray;
}
h1 {
    font-family: Arial;
    color: white;
}
h3 {
    font-family: Arial;
    color: white;
}
body{
    background-image: url("BG.jpg");
}
.linked {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
hr {
    color: rgb(172, 172, 172);
}
a {
    text-decoration: none;
    color: wheat;
    margin-top: 7px;
    margin-bottom: 7px;
}
