.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100wh;
    flex-direction: column;
}

a, a:hover, a:visited {
    color: inherit;
    text-decoration: none; 
}