html {
    background: #121212;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    user-select: none;
}

#main {
    color: #b06003;
    margin-top: 3em;
}

body {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#cigarette {
    width: 35%;
    height: 35%;
    margin-top: 3em;
}

#invest {
    color: #b06003;
    margin-top: 3em;
}

.dollar {
    color: rgb(3, 105, 3);
}

@media only screen and (max-width: 768px) {
    #cigarette {
        width: 70%;
        height: 70%;
    }

    #main {
        font-size: 1.7em;
    }
}
