/*
↗
codesandbox color #151515
*/

*
{
	margin:0;
	padding:0;
}

html, body
{
	scroll-behavior: smooth;  /*effet smooth sur toutes les ancres*/
	box-sizing:border-box;
}

body
{
	text-decoration:none;
	background-color:#0c0c0d;
	box-sizing: border-box;
	width:100%;
	height: 100%;
    padding:20px;
    text-align: left;
}


h2
{
	cursor: pointer;
    box-sizing: border-box;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: black;
    letter-spacing: -2px;
	margin-bottom: 10px;
}

h1
{
	cursor: pointer;
    box-sizing: border-box;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #a7b3c5;
    width:400px;
    margin-bottom: 20px;
}

a
{
	
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #a7b3c5;
    text-decoration: none;
    margin-right: 10px;
}

a:active
{
	opacity: 0.8;
}

#contact
{
}