body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
a:hover {
    color:rgb(12, 237, 211);
}