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

body{
    background-color: #121214;
    color: #ffffff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100vh;
}

body, button, input{
    font-family: 'Roboto', sans-serif;
}