/* elements */

body, html {

    /* background-color: #111; */
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    width: 100%;
    height: 100%;
    color: #f0f0f0;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

}

input {

    font-size: 0.5em;
    display: inline;
    width: 200px;

}

button {

    padding: 5px 20px;
    font-size: 0.4em;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: #F0F0F0;
    border-radius: 4px;
    border: 2px solid rgb(61, 9, 9);
    color: rgb(61, 9, 9);

}

img {
    width: 15%; /* 35 for smaller screens */
}

/* elements */

/* classes */

.container {

    padding: 5px;
    /* border: 1px solid red; */
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;

}


/* classes */

/* IDs */
/* IDs */

/* media queries */
/* media queries */
