html, body{
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

body {
    background-color: rgb(245, 250, 254);
    display: flex;
    flex-direction: column;
    gap: 150px;
}

button, input {
    font-family: inherit;
}