*{
    margin: 0;
    padding: 0;
    z-index: 0;
    cursor: url(pods_un.png);
}

body{
    box-sizing: border-box;
    background: url(pods.png) no-repeat fixed center;
}
body.clair{
    color: black;
    background-color: white;
}
body.sombre{
    color: white;
    background-color: black;
}
.calc{
    background: none;
    overflow-y: scroll;
    margin-left: 10px;
    margin-right: 10px;
}
textarea{
    width: calc(100% - 25px);
    min-height: 100px;
    resize: vertical;
    background: none;
}
.clair textarea, .clair button{
    border: solid 4px black;
    color: black;
}
.sombre textarea, .sombre button{
    border: solid 4px white;
    color: white;
}
button{
    width: calc(100% - 25px);
    height: 30px;
    background: none;
    text-align: center;
    border-radius: 50%;
    cursor: url(crotte.png), not-allowed;
}
#results{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    max-height: 400px;
    width: calc(100% - 25px);
    overflow-y: scroll;
    justify-content: center;
    align-items: center;
}
#resultsNum{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    max-height: 400px;
    width: calc(100% - 25px);
    overflow-y: scroll;
    justify-content: center;
    align-items: center;
}
#resultsNum img{
    width: 50px;
    height: 40px;
}
#results img{
    width: 50px;
    height: 40px;
}
.theme-toggle {
    position: fixed;
    top: 1em;
    right: 1em;
    z-index: 100;
}
#error{
    width: calc(100% - 25px);
    text-align: center;
    color: red;
    margin-top: 40px;
}
#disclaimer{
    color: red;
    font-size: 6px;
}