body {
    background-image: url("images/bg-32.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.profilemain{
background-color: rgba(70, 70, 70, 0.38);
border-radius: 15px;
margin-top: 20px;
margin-bottom: 60px;
}

#urltitle{
    color: #ffffff;
}

.profimg {
  border: 3px solid #e1e1e1;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.colorhr{
    border-color:white;
}

.titles{
    color:white;
}