body {
    margin: auto;
    justify-content: center;
    justify-items: center;
    text-align: center;

}

h1 {
    font-weight: normal;
}

* {
    font-family: "Roboto Light", serif ;
}

button {
    border-radius: 6px;
    font-size: 20px;
    padding: 6px;

}