body {
  background: #111c2d;
}

.logo {
    margin-top: 20px;
    margin-bottom: -30px;
}
p {
    color: #ffffff;
    font-family: "Oswald", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
}
.title {
    font-family: "Oswald", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
}
.point {
    line-height: 15px;
}
.slot {
    width: 70%;
    border: 1px solid #0b1020;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.myButton {
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	background-color:#89c403;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: "Oswald", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
	padding:25px 76px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
    margin-top: 20px;
    margin-bottom: 20px;
}
.myButton:hover {
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	background-color:#77a809;
}
.myButton:active {
	position:relative;
	top:1px;
}
@media only screen and (max-width: 600px) {
    .slot {
        width: 100%;
    }
    .point {
    font-size: 20px;
    line-height: 25px;
}
    .myButton {
        font-size: 22px;
    }
}
