@charset "UTF-8";

.top {
  color:#ff77fc;
  text-align:center;
  background-image:url(https://66.media.tumblr.com/52f897bdab776935a56d9fe5b3881d0b/tumblr_ojsk8iRcSX1tgo015o3_500.gif);
}

h1 {
  color:#ff77fc;
  font-weight:bold;
  font-size:50px;
  background-attachment:fixed;
  font-family:fantasy;
}

#topics {
  color:#ff77fc;
  font-weight:bolder;
  font-size:35px;
}

html {
  background-color:#c1c1c1;
  text-align:center;
  font-family:'Comic Sans MS';
  background-image:url(https://scontent.cdninstagram.com/vp/67e408ad63d1172897c41e43c12c9a81/5C6104AB/t51.2885-15/e35/27577139_1543905468997929_4253085901665599488_n.jpg);
  background-repeat:no-repeat;
  background-size:cover;
}

img {
  max-height:150px;
  max-width:200px;
  border-radius:75%;
}

.sub,li {
  list-style:circle;
  list-style-position:inside;
}

p,#border {
  font-size:25px;
  border-style:dotted;
  border-color:#c1c1c1;
  border-width:thick;
}

h4 {
  font-size:20px;
}