@charset "UTF-8";

body,html {
    background-color: rgb(78, 142, 236);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

header > h1 {
    text-align: center;
    color: white;
}

section {
    margin: auto;
    padding: 10px;
    border-radius: 6px;
    width: 500px;
    
    background-color: white;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.181);
}

input {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

input[type=number] {
    border-radius: 5px;
}

input[type=button] {
    width: 100px;
    height: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: rgb(38, 37, 37);
    color: white;
    border-radius: 4px;
    letter-spacing: 1px;
}

input[type=radio] {
    accent-color: black;
}

footer > p {
    text-align: center;
    color: white;
    font-style: italic;
}
