@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #121212;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

img{
    border-radius: 50%;
    width: 12.5rem;
    height: 12.5rem;
}

h2 {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

p{
    color: #7A7C80;
    font-size: 2rem;
    padding-bottom: 10px;
    margin:0;
}

img{
  border-radius: 50%;
  width: 12.5rem;
  height: 12.5rem;
}

a{
    color: #7A7C80;
    text-decoration: none;
    font-size: 2.5rem;
    padding: 10px;
}

a:hover{
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}

/* media queres */
@media(max-width:780px){
    div{
        padding:0;
        padding-top: 5rem;
    }
}
