*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
        
}

.body {
	font-family: 'Monoton', monospace;
	position: relative;
    overflow-x: hidden;
}

.main{
    bottom:20%;
    justify-content: center;
    text-align: center;
    margin-top: 150px;
    
}
.main h2{
    font-size: 80px;
    color: grey;
}

.main p{
    font-size: 12px;
    color: #777777;
    font-family: arial;
}