html, body {
    margin: 0;
    padding: 0;

    font-size: 45px;
}

h1 {
    text-align: center;
    font-size: 2rem;
}

input {
    margin-bottom: 10px;
}

div{
    display: flex;
    justify-content: center;

    font-size: 0.7rem;
}