:root {
    --SSL-primary: rgba(60, 90, 100, 1);
}

html, body {
    font-family: Arial, Helvetica, sans-serif;
    background-color:coral;
}

.text-centre {
    text-align: center;
}