body {
	font-family: Helvetica, sans-serif;
    background-color: #7fd495;
    height: 1280px;
}

* {
    font-family: 'JetBrains Mono', monospace;
    text-align: center;
}

.links {
    margin-top: 40px;
}

.box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    width: 650px;
    height: 400px;
 
    background-color: white;
    box-shadow: 7px 7px 0px 7px #000000;

    border-radius: 10px;
}

h1 {
    margin-top: 40px;
    color: Black;
}

a {
    background-color: #38ff92;
    margin-left: 15px;
    margin-right: 15px;
    padding: 12px 18px;

    text-decoration: none;
    color: black;
	border-radius:	13px;
	box-shadow:		4px 4px 0px 4px black;
}

p {
    color: black;
    margin: 39px 55px 0px 55px;
}

a:hover {
    box-shadow: 2px 2px 5px #222222;
}
