*{

    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

main {

    display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5vh;

}

.button {

    width: 80px;

}