@charset "utf-8";
* {	margin: 0;padding:0;}

body
{
	margin :none;
	padding:none;
}


.navbar {
    width: 100%;
    background-color: #555;
    overflow: auto;
  }
  
  .navbar a {
    float: left;
    padding: 12px;
    color: white;
    text-decoration: none;
    font-size: 17px;
    width: auto; 
    text-align: center; 
  }
  
  .navbar a:hover {
    background-color:#063;
  }
  p {
    font-size: 18px;
  }
  .image-stack {
    position: relative;
    width: 100%;
  }
  .image-bottom {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: -1;
  }
  
  .image-top {
    padding-top: 15%;
    margin-inline-start: 28%;
  }
  
  img {
    display: block;
  }

  .centered {
  position: absolute;
  color: rgb(68, 0, 255);
  top: 15%;
  font-size: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.textToright{
  text-align: right;
}

.yap{
	position: relative;
  width: 100%;
}
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
  display :inline-block;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}
footer
{
margin-top:50px;
background-color:black;
height: 50px;
text-align: center;
padding-top: 25px;
width:100%;
color:#FFF;
}

p{
  font-size: 22px;
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}