body {
    /* background-color: #219ebc; */
    transition: all ease-in-out 0.3s;
    /* background-image: url("wp4507675.jpg"); */
    background-size: cover;

}


#thecontainer {
    width: 53%;
    height: 300px;
    margin: 0 auto 0 auto;
    background: rgba(160, 156, 156, 0.262);
    border: 3px solid rgb(255, 255, 255);
    color: white;
    position: relative;
    margin-top: 350px;
    padding: 10px 23px 10px 23px;
    display: flex;
    align-items: center;
    justify-items: center;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: 'Roboto Medium';
    box-shadow: 8px 2px 9px rgba(0, 0, 0, 0.368);


}




#qutoedisplay {
    font-size: 2em;
    font-weight: bold;
    /* line-height: 40px; */

    text-shadow: 1px 1px 1px black;
    text-align: center;
}



#secondcontainer {
    /* margin-top: 10px; */
    font-size: 1.5em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
}

#last {
    margin-top: 10px;
}

#gen {
    border: solid 2px rgb(255, 255, 255);
    margin-top: 20px;
    transform: scale(1.3);
    color: white;
    border-radius: 3%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 3px 10px 3px 10px;
    background-color: rgba(154, 154, 154, 0.27);
    font-family: rabar_042;

}

#gen:hover {
    background-color: rgba(103, 101, 101, 0.273);

}

#gen:active {
    background-color: rgba(73, 73, 73, 0.41);

}