body{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

input{
    background-color: white;
    border: none;
    padding: 10px;
    border-radius: 4px;
}

button{
    background-color: black;
    color: white;
    border: none;
    padding: 11px;
    border-radius: 3px;
    cursor: pointer;
}