@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
*{
  margin : 0;
  padding : 0;
  font-family : 'Open Sans', sans-serif;
  color:white;
}

 body {
   background-image: url(images/bg.png);
   background-size: cover;
   position: relative;
}

.main {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card {
  display: flex;
  flex-direction: row;
  height: 350px;
  width: 800px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 25px;
}
h1{
  text-align: center;
}

h3{
  margin-top: 50px;
}
.card img{
  border-radius: 50%;
  margin-bottom: 20px;
}

.card .info{
  margin: 60px;
}

.card .profile{
  margin: 30px;
  margin-top: 73px;
  margin-left: 30px;
  }

.social-media{
  margin-top: 15px;
  margin-right: 50px;
  padding: 0px;
  display: flex;
  position: center;
    align-items: space-around;
  justify-content:space-evenly;
  align-items: center;
}  
.social-media a {

  margin-top: 20px;
  margin-right: 30px;
  font-size: 1rem;
  text-align:center;
  display: inline-block;
color: rgb(255, 255, 255);
}


.msg{
  
  font-size: 7px;
  
      
    }
    
  }
}