body{
    background: #D8CEF6;
}
h1{
    text-align: center;
    color: black;
    font-size: 40px;
    background: white;
    border: 5px solid;
    width: 65%;
    margin: auto;
    margin-bottom: 15px;
}
#links{
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
    text-align: center;
    border-radius: 10px;
    border: 5px #5858FA solid;
    width: 30%;
    margin: auto;
}
a{
    background: #8181F7;
    border-radius: 10px;
    margin: 10px;
    text-decoration: none;
    color: white;
    font-size: 25px;
}
a:hover{
    background: #070707;
}
p{