@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333;
	font-family: 'EB Garamond', cursive;
}
.go {
	position: absolute;
	top: 2px;
	width: 100%;
	height:100%;
	background-color: #000;
	z-index: 800;
	left: 50%;
	margin-left: -50%;
	color: #FFF;
	text-align: center;
	font-family: 'EB Garamond', cursive;
	font-size: 30px;
	text-decoration: none;
	letter-spacing: 1px;
}
.share {
	position: absolute;
	top: 200px;
	width: 300px;
	height: 60px;
	z-index: 999;
	color: #FFF;
	text-align: center;
	font-family: 'EB Garamond', cursive;
	font-size: 28px;
	text-decoration: none;
	
}

.just {
	height: 70px;
	width: 300px;
	padding-top: 33px;
	font-size: 19px;
}

.go span {

}
.go href {
	text-decoration: none;
	color: #FFF;
}
.mtxt {
	font-family: 'EB Garamond', cursive;
	font-size: 24px;
	color:#000;
}
.mtxtsolve {
	font-family: 'EB Garamond', cursive;
	font-size: 28px;
	color:#CCC;
	text-align: center;
	width: 210px;
	height: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-sizing: border-box;
	vertical-align: middle;
	background-color: #000;
}
.mtxtsolve2 {
	font-family: 'EB Garamond', cursive;
	font-size: 24px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 40px;
	height: 60px;
	background-color: #000;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	margin-left: -2px;
}
.mtxtsolve2 span {
	font-size: 28px;
}
.anwr  {
  
    font-size: 28px;
	color: #000;
    text-align: center;
	font-family: 'EB Garamond', cursive;

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.just2 {
	height: 70px;
	width: 300px;
	padding-top: 33px;
	font-size: 26px;
	color: #FFF;
	text-decoration: none;
}
.just2 a {

	color: #FFF;
	text-decoration: none;
}
