@font-face {
	font-family: 'Practice-font'; 
	src: url( fonts/Practice-font-Mono.otf); 
}

.oops {
    top: 1;
    font-family: 'Practice-font';
    background-color: #000000;
    background-repeat:repeat;
    text-align: center;
    padding: 100px 20px 370px 20px;
}
.oops h2 {
    color: azure;
    top: 2;
    font-size: 48px;
    margin-bottom: 100px;
}

.oops a {
    background-color: #86c232;
    color: #000000;
    margin: 20;
    padding: 5px 30px;
    text-decoration: none;
    font-size: 21px;
    border-radius: 50px;
}

.oops a:hover {
    background-color: #61892f;
    transition: 0.1s linear;
}