.button{
    width: 450px;
    background-color: #931c53;
    border: none;
    border-radius: 25px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.margin-content{
    margin-top: 25px;
    margin-bottom: 25px;
}

.black-row{
    background-color:grey;
    height: 2px;
}

textarea {
    width: 100%;
    border: none ;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.locket{
    pointer-events: none;
    opacity: 0.5;
}