:root{
    --background1: #e9eaf1;
    --contrast1: #272635;
    --contrast2: #3D3D51;
    --highlight1: #ff4365;
    --highlight2: #00c2bf;
}

body{
    margin: 0;
    padding: 0;
    background-color: var(--background1);
    font-family: 'Roboto', sans-serif;
}