@import url('https://fonts.googleapis.com/css2?family=Pacifico:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=LXGW+WenKai+Mono+TC&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gabriela&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

a {
    color: #b7ff02;
    text-decoration: underline;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}

p.text {
    color: #bbbbbb;
    font-family: "LXGW WenKai Mono TC", monospace;
    font-size: 18pt;
    text-align: center;
    line-height: 30px;
    top: 20px;
	position: relative;
}

p.text2 {
    color: #5d97b9;
    font-family: "Gabriela", monospace;
    font-size: 18pt;
    text-align: center;
    line-height: 30px;
    top: 20px;
	position: relative;
}


p.text3 {
    color: #3eb0f2;
    font-family: "Pacifico", monospace;
    font-size: 36pt;
    text-align: center;
    line-height: 30px;

}

p.text4{
    color: #3eb0f2;
    font-family: "Pacifico", monospace;
    font-size: 26pt;
    text-align: center;
}

p.text5{
    color: #3eb0f2;
    font-family: "Pacifico", monospace;
    font-size: 22pt;
    text-align: center;
}

.verificar{
        border-radius: 50px;
        font-family: 'Gabriela';
    position: relative;
/*    width: 150px;
	height: 39px;*/
        bottom: 238px;
        width: 350px;
        height: 45px;
        background-color: #009a29;
        color: white;
        font-size: 16pt;
        text-align: center;
        display: flex;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        cursor: pointer;
        margin: auto;
        animation-name: tewe;
        animation-duration: 0.6s;
        animation-direction: alternate-reverse;
        animation-iteration-count: infinite;
        animation-play-state: running;
        transition: 1000ms;
		box-shadow: 0px 0px 20px 5px #FFC107;
		background: #000000 url(./images/but.jpg);
		border: 6px double #05234a;
		letter-spacing:1pt;
    }
.verificar:hover{
    animation-play-state: paused;
	border: 6px double #9bff9b;
	background: #000000 url(./images/but1.jpg);
	box-shadow: 0px 0px 20px 5px #00bb00;
}

@-webkit-keyframes tewe{
  from{
    border-radius: 30px;
    color: white;
    opacity: 0.7;
	text-shadow: 2px 2px 0 #000, 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000;
  }
  
  to{
    border-radius: 10px;
    color: white;
    width: 355px;
    font-size: 16pt;
	text-shadow: 2px 2px 0 #000, 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000;
  }
}


.verificar1{
        border-radius: 50px;
        font-family: 'Gabriela';
    position: relative;
/*    width: 150px;
	height: 39px;*/
	line-height: 22px;
        bottom: 8px;
        width: 250px;
        height: 60px;
        background-color: #009a29;
        color: white;
        font-size: 14pt;
        text-align: center;
        display: flex;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        cursor: pointer;
        margin: auto;
        animation-name: tewe;
        animation-duration: 0.6s;
        animation-direction: alternate-reverse;
        animation-iteration-count: infinite;
        animation-play-state: running;
        transition: 1000ms;
		box-shadow: 0px 0px 20px 5px #FFC107;
		background: #000000 url(./images/but.jpg);
		border: 6px double #05234a;
		letter-spacing:1pt;
    }
.verificar1:hover{
    animation-play-state: paused;
	border: 6px double #9bff9b;
	background: #000000 url(./images/but1.jpg);
	box-shadow: 0px 0px 20px 5px #00bb00;
}

@-webkit-keyframes tewe{
  from{
    border-radius: 30px;
    color: white;
    opacity: 1;
	text-shadow: 2px 2px 0 #000, 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000;
  }
  
  to{
    border-radius: 10px;
    color: white;
    width: 250px;
    font-size: 16pt;
	text-shadow: 2px 2px 0 #000, 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000;
  }
}

.a18 {
    text-align: right;
    padding-right: 50px;
    padding-top: 50px;
}


.logo {
    position: absolute;
	 padding-top: 50px;
    left: 50%;
    margin-left: -150px;
    width: 524;
}

.logo_top {

    width: 100%;
    height: 250px;
}
