
.cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: black;
	opacity: 75%;
	z-index: 100;
  }

  .redirectInfo {
    z-index: 101;
    position: absolute;
    top: 10%;
    left: 10%;
    background: white;
    width: 300px;
    height: 100px;
    border-style: solid;
    margin: 10px;
    padding: 100px;
    font-size: 20px;
    font-family: Verdana, sans-serif;
    text-align: center;
}