body{
    font-family: sans-serif;
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    color: #FFF3CF;
    background-color: #75A48B;
    margin-top: 60px;
    
}

h1 {
    font-family: sans-serif;
    font-size: 36px;
}

#placeholder {
    font-family: sans-serif;
    display: block;
    margin: auto;
    border: none;
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    color: #FFF3CF;
    background-color: #75A48B;
    margin-top: 80px;
    resize: none;
}

.button {
    background-color: #D6665A;
    font-family: sans-serif;
    font-weight: 500;
    border: none;
    color: #FFF3CF;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    margin-top: 80px;
}
.button:hover, .button:focus {
    background-color: #A85047;
}

.button:active {
    background-color: #8A423A;
    color: #D9CFB0;
    font-weight: 300;
}


.noselect {
   cursor: default;
   -webkit-user-select: none;
   -webkit-touch-callout: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
}

.noselect:focus {
   outline: none;
}
