:root {
    --primary-blue: rgb(45, 69, 131);
    --primary-violet: rgb(56, 71, 129);
    --primary-dark: rgb(78, 83, 100);
    --secundary-dark: rgba(157, 162, 178, 0.341);
    --secundary-blue: rgba(99, 116, 155, 0.96);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.preText {
    color: var(--primary-dark);
}

body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-optical-sizing: auto;
    font-weight: 90;
    font-size: 19px;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    top: 0;
}
