.btn-violet {
    background-color: blueviolet;
    color: aquamarine;
}

body {
    margin: 0;
    padding: 0;
    background: url(../images/R.jpeg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.text-umuted {
    display: none;
}