*{
    box-sizing: border-box;
}

body{
    background: linear-gradient(90deg, red, rgb(0, 255, 255));
    align-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    min-height: 100vh;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    color: lightblue;
}

input{
    background-color: white;
    border: none;
    border-radius: 22px;
    min-width: 300px;
    font-size: 1rem;
    padding: 1rem;
    box-shadow: 0 4px 10px;
}

input:focus{
    outline: none;
}
