/****** PLACE YOUR CUSTOM STYLES HERE ******/

textarea {
    height: 200px;
    width: 200px;
    resize: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.remove_button{
    color: #666666;
    text-decoration: underline;
    font-weight: 100;
}

.and-or{
    padding-top: 75px;
}

h2{
    line-height: 55px;
}

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
}

:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
}

::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
}

:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
}

::-ms-input-placeholder { /* Edge */
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
}

