html {
    background: rgb(40,40,40);

}

.myButton {
	background:rgba(25, 25, 25, 255);
	border-radius:29px;
	border:1px solid transparent;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	padding:10px 65px;
	text-decoration:none;
	text-shadow:2px 2px 0px #000000;
    transition: 0.8s;
    font-family: 'Inter', cursive;
    font-weight: 500;
}
.myButton:hover {
	background:#0084ff;
    color:rgb(255, 255, 255);
    transition: 0.5s;
    border:1px solid rgba(0, 0, 0, 0);
    padding:10px 95px;
}

.myButton:active {
    filter: brightness(0.3);
    transition: 0.5s;
}

* {
    text-align: center;
}

div {
    height:450px;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

h {
    font-family: "Ubuntu", cursive;
    font-size: 64px;
    font-weight: 700;
    text-shadow: #000000;
    color:#0084ff;

}

p {
    font-family: 'Inter', cursive;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color:#ffffff
}
