body {
    position:static;
     width: 100%;
  height: 100vh;
  background: url(" ../dark-side-of-public-innovation.jpg") top center;
  background-size: cover;
  background-attachment: fixed;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
}

 
.pre-save {
   margin-top: 20px;
      padding: 20px;
      border: 1px solid white;
      border-width: 1px;
      width: 290px;
      height: 290px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 40px;
      background: rgba(0, 0, 0, 0.5);
  }


.profile-picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    height: auto;
    max-width: 130px;
  }

.profile-name {
      text-align: center;
      font-size: 20px;
      padding: 30px;
      font-weight: bold;
  }

.links {
      text-align: center;
      margin-top: 20px;
      padding: 20px;
      border: 1px solid white;
      border-width: 2px;
      width: 290px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 40px;
      background: rgba(0, 0, 0, 0.5);
  }

a {
    text-decoration: none;
    color: white;
    transition: color 1s; 
}

.bottom-text {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
}

a:hover {
    color: #000;
    background: #fff;
}

.ico {
      text-align: center;
      margin-top: 20px;
      margin-bottom:30px;
      padding-bottom:50px;
       display: block;
       font-size: 30px;
  }
  
  .rodape-prin
{
    color: rgb(250,255,250);
    font-size: 15px;
    font-family: "arial", sans-serif;
    text-align:center;
    margin-left:-40px;
   
}
.rodape-prin a:hover{
     color: #000;
    background: none;
}

.icones-sociais li
{
    display: inline-block;
    
    width: 60px;
    height: 60px;
    
}