@charset "UTF-8";

body {
  background-color:rgba(208,181,152,1);
  background-image:url(https://img.mfcimg.com/photos2/139/13958928/673-311-534-220-7701930.jpg);
  background-attachment:fixed;
  background-repeat:repeat;
  background-position:center;
  font-family:arial,sans-serif;
  color:#ffffff;
}

.profile_section_content {
  font-size:18px;
  text-shadow:1px 1px #000000;
}

.heading {
  font-size:30px;
  font-weight:bold;
  color:#ffffff;
  text-shadow:2px 2px #000000;
  text-align:left;
  margin-top:20px;
  text-indent:50px;
}

a:link,a:active {
  color:#86AAEB;
}

a:hover {
  font-weight:bold;
}

a:visited {
  color:#86AAEB;
}

#contact {
  width:450px;
  height:250px;
  position:fixed;
  padding-top:20px;
  top:0;
  right:4%;
}

.snapchat {
  width:175px;
  height:175px;
  float:left;
  border-radius:30px;
  margin-top:10px;
  margin-left:5px;
  background-size:contain;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/242/2429777/432-403-155-803-6493734.jpg);
}

.kik {
  width:175px;
  height:175px;
  float:left;
  border-radius:30px;
  margin-top:10px;
  margin-left:5px;
  background-size:contain;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/242/2429777/943-931-180-496-6493769.jpg);
}

.amazon {
  width:250px;
  height:75px;
  float:left;
  border-radius:10px;
  margin-left:60px;
  margin-top:10px;
  background-size:contain;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/242/2429777/853-326-536-545-5374173.jpg);
}