body {
    background-color: rgb(198, 193, 230);
    border-color: rgb(255, 14, 231);
    color: rgb(80, 56, 91);
}

h1 {

    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.title {
    display: flexbox;
    align-items: center;
    justify-content: center;
    background-color: aliceblue;
}

#links {
    display: grid;
    background-color: aliceblue;
    padding: 10px;
}