* {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    max-width: 30%;
}

#toutputm {
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    gap: 16px;
    display: none;
    padding: 32px;
}

#toutputm h1, #toutputm h2, #toutputm h3, #toutputm p {
    margin: 0px;
    line-height: 1.6;
}

#loadingring {
    display: none;
}

.customcard {
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
}

.customcard h1, .customcard h2, .customcard h3, .customcard p {
    margin: 0px;
    line-height: 1.6;
}