	body {
    background: url("assets/fondomovil.png");
	background-size:cover;
	position: center;
	background-repeat:no-repeat;
	background-position:center;
	position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
}


img {
    border-radius: 0%;
  }

.profile-picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0%;
    height: auto;
	max-width: 160px;
  }

.profile-name {
      text-align: center;
      padding: 10px;
	  text-align: center;
      margin-top: 20px;
      border-width: 2px;
      width: 290px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 40px;
  }


.links {
      text-align: center;
	   color: #fff;
  background-color: #767ABA; opacity: 0.6;
      margin-top: 20px;
      padding: 2px;
      border: 1px solid black;
      border-width: 2px;
      width: 290px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 40px;
  }

a {
    text-decoration: none;
    color: black;
    transition: color 1s; 
}

.bottom-text {
    text-align: center;
	
	color: black;
	background-color: #FFFAE4; opacity: 0.9;
      margin-top: 20px;
      padding: 1px;
	font-size: 9px;
    font-weight: bold;
}

a:hover {
    color: #999;
    background: #fff;
}



