:root {
--text-color: #2D92C9;
--link-color: #6528DE;
--background-color: #76F5EF;
}

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