/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: #B3EBF2;
  color: black;
  font-family: Verdana;
}

ul {
  background-color: #43b9f4;
  list-style-image: url(https://i.ibb.co/dwKQKd9F/676.gif);
  border: #35a8e2 outset 3px;
}

header {
  align-items: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 125%;
  padding-left: 100px;
}

footer{
  background-color: rgba(249, 43, 194, 0.3);
  background-blend-mode: soft-light;
  align-content: space-around;
  padding: 30px;
}

.center {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.sillay{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: hotpink;
  -webkit-text-stroke: 1px royalblue;
  letter-spacing: 7px;
}