@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamMedium.woff2') format('woff2'),
        url('../fonts/GothamMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.content_404{
	list-style: none;
	text-align: -webkit-center;
	padding: 0;
}
.content_404 li:nth-of-type(2){
	margin-top: 20px;
	margin-bottom: 80px;
}
.content_404 li a{
	font-family: 'Gotham';
	font-size: 13px;
	color: #010000;
	text-transform: uppercase;
}
@media(max-width: 480px){
	.page_404{
		width: 100%;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}