*{
    color: black;
    background-color: lightskyblue;
}

button{
    background-color: green;
    min-height: 50px;
    min-width: 200px;
    border-radius: 10px;
}

header{
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

