body {
    margin: auto;
    background-color: rgba(240, 248, 255, 0.383);
    font-size: 1.55rem;
    font-family: 'Courier New', Courier, monospace;
}

.header {
    width: 50%;
    height: auto;
    background-color: azure;
    text-align: center;
    columns: 1;
    font-size: 2.5rem;
    padding: 0.53rem;
}

img {
    width: 21rem;

}

.formbody {
    display: flex;
    justify-content: center;
}

form {
    line-height: 3rem;
}
input {
    display: block;
    line-height: 2rem;
    margin-bottom: 2rem;
    width: 25rem;
    padding: 0.35rem;
    border-color: rgba(240, 248, 255, 0.398);
}
