*{
	font-family: 'Russo One', sans-serif;
}

body{
	background: #000;
}

h1{
	color: #fff;
	font-size: 110px;
	display: block;
	margin: 0;
	margin-bottom: 50px;
	box-sizing: border-box;
	padding: 0 50px;
	text-align: center;
}

a{
	text-transform: none;
	text-decoration: none;
	color: inherit;
}

h1 a{
	color: #D650EC;
}

.main__wrapper{
	width: 100vw;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner__wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
}


@media screen and (max-width: 1240px){
    h1{
        font-size: 90px;
    }
}

@media screen and (max-width: 1024px){
    h1{
        font-size: 60px;
    }
}


@media screen and (max-width: 600px){
    h1{
        font-size: 40px;
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 413px){
    h1{
        font-size: 30px;
    }
}