html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Ubuntu, arial, sans-serif;
  word-wrap: break-word;
  word-break: break-word;
}
#wrapper{
	min-height: 100%;
  /* background-image: url(../images/bg.jpg); */
	background-color: #092e7b;
	text-align: center;
}
#content{
	display: table;
	margin: 0 auto;
  padding: 0 0 60px;
	width: 800px;
  background: #fff;
  color: #000;
}
#preview{
	position: relative;
	display: inline-block;
	height: 720px;
	width: 720px;
	background: #fff;
}
#profile-pic, #fg{
	width: 100%;
}
#fg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
#fb-set-pic{
  display: table;
  margin: 20px auto;
}
#download{
  padding: 10px 20px;
  background: #092e7b;
  color: #fff;
  font-size: 1em;
  border-radius: 10px;
  outline: none;
}
#fb-set-pic{
  background-color: #4267b2;
  border-color: #4267b2;
  color: #fff;
  font-size: 1em;
  border-radius: 10px;
  outline: none;
  padding: 10px 20px;
}
#download[disabled], #fb-set-pic[disabled]{
  background: #CCC;
  color: #EEE;
  border: none;
}
.design{
  height: 100px;
  border: 5px dashed #CCC;
  cursor: pointer;
}
.design.active{
  border: 5px dashed #000;
}
#comments{
  margin: 20px;
}
#name, #role {
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 10px;
}
#upload-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: center;
    & #testimony {
    width: unset !important;
    height: unset !important;
    }
}
@media screen and (max-width: 801px){
	#content{
		width: 100%;
		margin: 0;
	}
  #comments{
    margin: 20px 0;
  }
  #content > a > img {
		width: 100%;
  }
}
 .container {
      max-width: 600px;
      background: white;
      padding: 20px 30px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      margin: 0 auto;
    }
    textarea {
      width: -webkit-fill-available;
      height: 300px;
      padding: 15px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 6px;
      resize: none;
    }
    button {
      margin-top: 15px;
      padding: 10px 20px;
      background: #007bff;
      color: white;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
    }
    button:hover {
      background: #0056b3;
    }
    #profile-pic {
      height: 720px;
      width: 720px;
    }