body {
    font-family: 'Plus Jakarta Sans Regular';
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

img {
    position: absolute;
    top: 0;
    left: 0;
    margin: 2rem;
    max-height: 3rem;
}

form {
    text-align: center;
    max-width: 70%;
}

label {
    display: block;
    margin-bottom: 1rem;
}

input[type=text] {
    /* text-align: center; */
    width: 70%;
    margin-top: 1rem;
    height: 2rem;
}

input[type=submit] {
    width: 70%;
    margin-top: 2rem;
    height: 2rem;
    background-color: #0066ff;
    color: white;
    border: 0;
}