    

    body{
        text-align: center;
        background-color: #f1f1f1;
    }

    hr{
        width:80%;
        border: 0.5px solid #c1c1c1;
    }


    input[type=text]{
        width:200px;
        padding:0.6em;
    }

    input[type=submit]{
        font-family:"Times New Roman";
        cursor:pointer;

    }

    ::placeholder{
        font-size: 2em;
        font-family:"Times New Roman";
    }


    .text{
        margin-top: 3%;
        font-size: 1.5em;
        margin-bottom:1.5%;
        display:block;
    }

    .fadein{
        text-align: center;
        font-size: 1.5em;
        padding-left: 16%;
        padding-right:16%;
        opacity:0;

    }


    .textlink:after{
        font-family:"Times New Roman";
        color:blue;
    }

    p{
        display:inline;
    }
    
    .textlink:hover{
        background-color: black;
        color:white;
    }

    .textlink:visited{
        font-family:"Times New Roman";
        color:blue;
    }

    .textlink:visited:hover{
        background-color: black;
        color:white;
    }

    .imglink:hover{
        /*-webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
        /*filter: blur(5px);*/
    }


    #title{
        font-weight: bold;
        text-transform: uppercase;
    }

    #title-sub{
        font-style: italic;
    }

   #center{
      margin-top:1.5%;
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
      width:280px;
      box-shadow: 4px 6px 10px #aaa;
   }

   #crossout{
    text-decoration: line-through;
   }

   #new{
    color:red;
   }

   #emailform{
    display:inline-block;
   }

    input{
      line-height: 170%;
    }

    input[type=submit]{
    background-color: transparent;
    border: 2px solid black;
    color: black;
    font-size:0.5em;
    padding: 3px 7px;
    margin: 4px 2px;
    cursor: pointer;
}

input[type=submit]:hover{
  /*-webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
 /* filter: blur(5px);*/
}

    ::placeholder{
        font-size: 1.5em;
    }

   #pointer{
        font-size:1em;
        font-style: italic;
   }

/*alert*/
.swal-modal {
  border-radius: 0px;
  box-shadow: 5px 10px 10px #888888;
  font-size:1em;

}

.swal-overlay {
  background-color: transparent;
}

.swal-button{
  color:black;
  border-radius: 0px;
  background-color:transparent;
  border:2px solid black;
  padding:3px 7px;
}

.swal-button:hover{
  /*-webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */ 
  /*filter: blur(5px);*/
}

/* squiggly line*/
  .zigzag {
  color:red;
  display: inline;
  position: relative;
 }

.zigzag:after{
  content: '';
  height: 5px;
  width: 100%;
  position: absolute;
  background: url("https://i.imgur.com/Wy0FoyJ.png");
  background-size: 8px;
  top:24px;
  bottom: 0px;
  left: 0;
  -webkit-animation: zigzagPlay 2s infinite linear;
  -moz-animation: zigzagPlay 2s infinite linear;
  -ms-animation: zigzagPlay 2s infinite linear;
  -o-animation: zigzagPlay 2s infinite linear;
  animation: zigzagPlay 2s infinite linear;
   -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/*.zigzag:hover:after {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
*/

@-webkit-keyframes zigzagPlay {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -96px;
  }
}

@-moz-keyframes zigzagPlay {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -96px;
  }
}

@-ms-keyframes zigzagPlay {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -96px;
  }
}

@-o-keyframes zigzagPlay {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -96px;
  }
}

@keyframes zigzagPlay {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -96px;
  }
}

    footer{
        font-size: 1.5em;
        text-align: center;
        padding-top: 50px;
    }




    @media only screen and (orientation: portrait) { 

    #center{
        margin-top:5%;
        width:80%;
    }

    .text, .fadein{
    font-size: 0.95em;
    }

    .fadein{
        padding-left: 10%;
        padding-right:10%;
    }

        #signup{
        padding-left: 0;
        padding-right:0;
    }


    input[type=text]{
        width:200px;
        padding:0.5em;
    }

    input[type=submit]{
        font-family:"Times New Roman";
        cursor:pointer;
        padding:1em;

    }

    input{
      line-height: 175%;
    }

    ::placeholder{
        font-size: 1.5em;
    }

    .zigzag:after{
        top:17px;
    }

    input[type=submit]{
    background-color: transparent;
    border: 2px solid black;
    border-radius:0;
    color: black;
    font-size:0.5em;
    padding: 2px 7px;
    margin: 2px 2px;
    cursor: pointer;
}
  }


