@charset "UTF-8";

body {
    background-color: #367CFF;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

h1, h2 {
    color: white;
}

input[type="number"],
input[type="text"] {
    background-color: #423939e3;
    color: aliceblue;
    width: 60%;
    height: 40px;
    border: none;
    border-radius: 15px 10px;
    margin-top: 20px;
    padding: 5px 10px;
}

input[type="text"] {
    cursor: default;
}

#btn_gerar,
#btn_copiar {
    background-color: #1E3790;
    color: white;
    border: none;
    width: 90px;
    height: 60px;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 20px;
}

#btn_copiar {
    background-color: #222324;
}

.lado_direito img {
    max-width: 100%;
    max-height: 100%;
    margin: 20px;
}
