html {
  background-color: black;
}


#video {
  position:absolute;
  top:200px;
  left:475px;
  
}

#blnk {
  border-style: solid;
  border-color:white;
}


#applepill {
  transition: transform .2s;
}


#applepill:hover {
   transform: scale(1.2);
}


#spotifypill {
  transition: transform .2s;
}

#spotifypill:hover {
   transform: scale(1.2);
}



#applepill {
  position:absolute;
 top:500px;
  left:415px;
}




#spotifypill {
  position:absolute;
  top:500px;
  left:815px;
}

#face {
  position:absolute;
  top:200px;
  left:500px ;
}










