

/* FONTS USED ON SITE */



/* FONTS USED ON SITE */



html {
	background: #cff3fa;
	background: linear-gradient(0deg, rgba(207, 243, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background-repeat: no-repeat;
	
}



body { font-family: 'GrapeSoda';
    src: url('GrapeSoda.woff2') format('woff2'),
        url('GrapeSoda.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	text-align: center;
	margin-left: auto; margin-right: auto;
	
	cursor: url("https://sharkmeowz.neocities.org/cursor.png"), auto;
}



h1 { font-size: 80px;
      color: #2c6e9c;
      text-decoration: underline wavy;
}






p { font-size: 30px;
	margin-left: 30%;
	margin-right: 30%;
	color: #2c6e9c;
}

.emoji { font-family: 'EmojiFont';
    src: url('EmojiFont.woff2') format('woff2'),
        url('EmojiFont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    color: #5ba0cf
}


.highlight {
  color: #f081c7
  }
  
  
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 500px;
  opacity: 0;
  transition: 0s;
  background: url('shark2.png');
}

.container:hover .overlay {
  opacity: 1;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 25px;
  border-style: solid;
  border-color: #e6a3ca;
  border-radius: 40px;
  margin: 5px;
  background-color: white;
}

ul li a:hover {
  background-color: #bfe7f2;
}



footer {
  height: 300px;
  }
