* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

label {
    color: blue;
    text-shadow: 2px 2px 4px gray;
    font-size: 1rem;
    height: min-content;
    font-weight: bold;
}

input {
    height: min-content;
    font-size: 1rem;
    padding-top: 0%;
    padding-bottom: 0%;
}

p {
    font-size: 1rem;
    height: min-content;
}

button {
    font-size: 0.75rem;
    height: min-content;
}