* {
    box-sizing: border-box;
    margin: 0;
    border: 0;
    text-decoration: none;
}
body {
    display: flex;
    place-content: center;
    height: 100vh;
    width: 100vw;
}