@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap');
* {
    font-family: 'Comfortaa', cursive;
}

html {
    background: url(../resources/images/windows-10-14709-2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#chooseMood {
    position: absolute;
    background-color: #acdffb;
}

.col-6 {
    margin-left: 2rem;
    border: solid 5px rgba(0, 0, 0, 0.082);
}

.buttonInpt {
    background-image: url('../resources/images/415-4153562_up-arrow-up-arrow-black.png');
    display: none;
}

input[type=submit] {
    height: 80px;
    width: 200px;
    font-size: 2rem;
}

label {
    padding: 1rem;
    /*
    border: solid 2px black;
    */
}

#emoji-reason {
    width: 500px;
    height: 80px;
}

#submitMoodReasonRow {
    padding-left: 40px;
}

#emojiRow {
    margin-top: 2rem;
    margin-left: 7rem;
}