body {
  background-color: black;
  background-image: none;
  background-repeat:repeat-y;
  background-position: left top;
}

h1 {
  color: midnightblue; 
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
  font-size: larger;
}

p  {
  color:rgb(125, 157, 172); 
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
  font-size: 20pt; 
  text-align: center; 
  border: 0px solid powderblue;
}

a:link {
  color: rgb(125, 157, 172);
  background-color: transparent;
  text-decoration: bold;
}

a:visited {
  color: rgb(158, 158, 158);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: rgb(128, 128, 128);
  background-color: transparent;
  text-decoration: underline;
}

.logo {
  display:block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

social-media {
  width:300px;
  margin:auto;
}

.insta {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}