* {
    touch-action: manipulation;
}

body {
    background-color: #f7f7f7;
}

#titulo h1 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 40px;
    color: #363636;
    margin-bottom: 0;
}

#titulo p {
    font-family: "Roboto";
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
}

#titulo {
    margin-bottom: 40px;
    display: block;
    margin-top: 40px;
}

#emojis {
    white-space: pre-wrap;
    font-size: 25px;
}

#emojiarea {
    padding: 30px 10px 30px 10px;
}


#landscape {
    background-color: #ddf1f0;
    padding: 40px 10px 40px 10px;
    border-radius: 50px;
}


#actions {
    margin-top: 55px;
}

#landscape {
    margin-bottom: 40px;
}

.button {
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    padding: 15px;
    border: 3px solid #000;
    font-family: "Roboto";
    font-weight: 400;
    border-radius: 50px;
}

#landscape {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

#footer {
    text-align: center;
    width: 100%;
    bottom: 10px;
    margin-top: 20px;
}

#footer_text {
    font-family: "Roboto";
    font-weight: 300;
    color: #9e9e9e;
}

#footer_text a {
    color: #000;
}

#controls {
    margin-bottom: 70px;
    background-color: #f5e3ee;
    border-radius: 50px;
    padding: 35px;
}

.slider-wrapper h3 {
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #acacac;
    text-align: left;
}

.control-area {
    margin-bottom: 20px;
}

.range-bar {
    background-color: #000000;
}

.range-quantity {
    background-color: #d45c5c;

}

#again-btn:hover {
    background-color: #d45c5c;
    border-color: #d45c5c;
    color: #fff;
}

#emojis{
    animation-duration: .5s;
}


#landscape_area{
    padding: 0;
}

#landscape, #controls{
    margin: 5px;
}

#tweetShare{
    font-family: 'Roboto';
    padding: 15px;
    cursor: pointer;
}