#prompt {
    font-size: 20px;
    margin-block-end: -1em;
    margin-top: 5em;
}

#ljt-prompt-subtext {
    margin-top: 3em;
}

#stimuli {
    font-size: 50px;
    font-weight: bold;
}

.jspsych-content {
    font-size: 20px;
    font-weight: normal;
    max-width: 850px;
}

 button {
    padding: 1.5em;
    font-size: large;
    font-weight: bolder;
    background-color: #c10043;
    color: white;
    border-radius: 25px;
    border-width: 0.2cm;
    border-color: black;
    border-style: solid;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    display: block;
}

 button:hover {
    background-color: #008198;
    color: white;
} 

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

