﻿ @font-face{
    font-family: "Cardinal-Alternate";
    src: url(../6e5645e3-f4bd-46e3-a640-79f5cb110055/Cardinal-Alternate.ttf)
    format("truetype");
  }
 @font-face{
    font-family: "dap";
    src: url(../d73662ad-f9fa-40a6-bb0e-0f81ceffa0ab/dap.otf)
      format("opentype");
  }
  
  
  body{
    background-image: url(../d73662ad-f9fa-40a6-bb0e-0f81ceffa0ab/paper.jpeg);
}
  

  p{
    font-family: "Cardinal-Alternate";
    color: black;
    font-size: 29;
    text-align: center;
    margin: 50px 50px;
    border-style: inset;
    border-width: 0px;
    border-color: white;
    padding: 25px;
background-color:beige;
}



button{
  position:absolute;
  left:50%;
}

.home{
  position:static;
  cursor:help;
}
.portal1{
  position:absolute;
  font-size:32px;
  left: 44px;
  color: white;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}
        
.explore{
  position: absolute;
  font-size:32px;
  left: 900px;
  top:1595px;
    color: white;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}


.elder{
 cursor: help;
  position: absolute;
  font-size:32px;
  left: 900px;
  top:1100px;
}

text{
  font-family: "dap"; 
    font-size: 33px;
       color: white;
}