.test {
    color: red;
}

body {
    background-color: #E9CDD0;
    font-family: Helvetica, sans-serif;
}

.center-div {
    margin: auto;
    width: 80%;
    display: block;
}

.center-text {
    text-align: center;
}

#image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
