body,html {
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    background-color: #e3e3e3;
    height: 100%;
    width: 100%;
}

input{
    margin: 2px 0px;
    border-radius: 2px;
    border-width: 0.5px;
    font-size: 18px;
}

.form-button{
    padding: 5px;
    background-color: #42bff5;
    color: black;
    border-radius: 10px;
}

.container{
    display: grid;
    align-items: center;
    justify-content: center;
}
