/*
        Name: Run-It.dev
        Date: January 2025
        Description: Main page www.run-it.dev
        Version: 1.0
        Author: Christian Sobieray
        Autor URI: https://www.run-it.dev
*/

/* Imports */
@import url("reset.css");

/***** Global *****/
/* Body */
        body {
                background: #FFFFFF;
                color: #000305;
                font-size: 87.5%; /* Base font size: 14px */
                font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
                line-height: 1.429;
                margin: 0;
                padding: 0;
                text-align: left;
        }

/* Index */
        #index {
                background-color:black;
		color:white;
		font-size: 30px;
		text-align: center;
        }
