*{
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(162, 110, 192);
}

h1 {
display: flex;
text-align: center;
padding: 20px;
background-color: #3f17649d;
color: aliceblue;
}

h2 {
display: flex;
padding: 20px;
background-color: #3f17649d;
color: aliceblue;
}

a {
    text-decoration: none;
    color: black;
}
a:hover {
    color: aliceblue;
}