@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=Zilla+Slab+Highlight');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:600');

body, html {
  height: 100%;
  margin: 0;
  font-family: 'Roboto Slab', serif;
  color: #777;
}
.img-1,{
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.img-1 {
  background-image: url("image/profile.svg");
  min-height: 100%;
}

.card {
    position: absolute;
    left:5%;
    top:20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
}

.contri {
    position: absolute;
    background-color: white;
    border: grey solid 5px;
    left:35%;
    top:20px;
    box-shadow: 0 4px 8px 0 rgba(17, 17, 17, 0.2);
    margin: auto;
    width: 700px;
    text-align: center;
}

.container {
    padding: 0 16px;
}

.title {
    color: grey;
    font-size: 18px;
}

button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

a {
    text-decoration: none;
    font-size: 22px;
    color: black;
}

button:hover, a:hover {
    opacity: 0.7;
}