* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

body {
    height: 100vh;
}

.wrapper {
    height: 100%;
    display: grid;
    place-items: center;
    text-decoration: none;
    color: #000;
}
