.container{
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}



.row {
  width: inherit;
}

 .title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  

 .heading {
    width: 75%;
    text-align: center;
  }

@media only screen and (max-width: 768px) {
  .contact-me {
  margin-left: 30px;
  margin-right: 30px;
}
  
  
 
 
  
  .text {
  padding-top: 0;
}

  .info-wrap{
  margin-bottom: 0;
  padding-bottom: 0;
 
}

  
}

@media only screen and (min-width: 768px) {
    .text {
  padding-top: 15px;
}
}






.heading {
  margin-bottom: 30px;
}

.info {
  width: 100%;
  line-height: 30px;
  margin-bottom: 23.3px;
  -webkit-border: 1px solid #000;
  -moz-border: 1px solid #000;
  -o-border: 1px solid #000;
  border: 1px solid #000;
  padding-left: 10px;
 
 
}



textarea {
  height: 100%;
   width: 100%;

  -webkit-border: 1px solid #000;
  -moz-border: 1px solid #000;
  -o-border: 1px solid #000;
  border: 1px solid #000;
  padding-left: 10px;
    padding-top: 10px;
}

::placeholder {
  color: pink;
  opacity: 1;
}

textarea:focus::placeholder {
  color: #ddd;
}


input::-webkit-input-placeholder {
  color: pink;
}

input:focus::-webkit-input-placeholder {
  color: #ddd;
}

/* Firefox < 19 */
input:-moz-placeholder {
    color: pink;
}
input:focus:-moz-placeholder {
    color: #ddd;
}

/* Firefox > 19 */
input::-moz-placeholder {
    color: pink;
}
input:focus::-moz-placeholder {
    color: #ddd;
}

/* Internet Explorer 10*/ 

input:-ms-input-placeholder {
  color: pink;
}

input:focus:-ms-input-placeholder {
  color: pink;
}

::placeholder:focus {
  color: #ddd;
}

input[type=text]:focus, textarea:focus {
  outline: none;
  border: none;
  border: 0px;
 transition: all 0.3s ease-in-out;
}




input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px pink;
  border: 1px solid pink;
}

.wrap-btn {
 margin: 0 auto; 
  width: 100px;
  margin-bottom: 30px;
  position: relative;
	display: block;
	
}

.send-btn {
	border: 3px solid pink;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    -o-border-radius: 19px;
    border-radius: 19px;
	width: 100px;
	height: 35px;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	color: #000;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	
}




.send-btn:hover {	
	color: #fff;
   background-color: pink;
	text-decoration: none;
	
}


.text-btn {
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  border: none;
  font-size: 13px;
  
 
}

.text-btn:hover {
  color: #fff;
}
.blogs {
  list-style: circle;
  padding-left: 15px;
  display: block;
  height: auto;
}
	
.blogItem {
  margin-left: 0;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
}

.linksText {
  text-decoration: none;
  color: rgb(254, 193, 204);
}

.linksText:hover {
  text-decoration: none;
  background-color: rgb(254, 193, 204);
  color: #fff;
}

body {
    display: flex;
    flex-direction: column;
}

.wrapper {
    flex: 1 0 auto;
}