  @import url('https://fonts.googleapis.com/css?family=Gugi');
  @import url('https://fonts.googleapis.com/css?family=Gugi|Nunito');
  
::-webkit-scrollbar-thumb{
   background-color: #c6c6c6;
   height:auto;}
 
::-webkit-scrollbar {
   background-color: #fff;
   width:5px;}
   
::selection {    
   color:#FFFFFF;
   background-color:#888888;}  

 a  {color: #BB4B71 ;}
 
 a:hover  {color: grey;}

 b, strong {font-weight:bold; color:#BB4B71;}
 
 i, em {font-weight:lighter; color:#BB4B71;}
 
body {
  font-family: 'Nunito', sans-serif;
  background-color: #fff;
  background-repeat: repeat;
  font-size:18px;
  color:red;
  }

#container{
  background: transparent; 
  position:absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin-top:25px;
  margin-bottom:50px;
  padding:15px;
  max-width:780px;
  text-align:center;
  }
  
#buttons {
   background: white; 
   border: 3px #ddd dashed;
   border-radius: 3px;
   padding:5px 10px;
   width:auto;
   text-align:center;
   color: white;
   color: #ddd;
  }
  
.button {
   font-family: 'Gugi', cursive;  
   font-size:18px; 
   display: inline-block;
   background-color:#BB4B71;
   padding: 10px;
   border: 1px solid #BB4B71;
   transition-duration: 0.4s;
   border-radius: 10px;
   color: white;
  }

.button:hover {
   background-color: #fff; 
   padding: 10px;
   color: #BB4B71;
  }
  
#readmore {
   font-family: 'Nunito', cursive;  
   font-size:12px; 
   display: inline-block;
   background-color:transparent;
   padding: 1px 4px;
   border: 1px solid white;
   transition-duration: 0.4s;
   border-radius: 10px;
   color: #BB4B71;
  }
 
#text1{
   background: white;
   text-align: center;
   font-family: Nunito;
   word-wrap: break-word;
   overflow: scroll;
   padding:20px;
   padding-bottom:25px;
   border: 3px #ddd dashed;
   border-radius: 3px;
   color:#888;
   max-width:550px;
   max-height:350px;   
  }
  
#text2{
   background: white;
   text-align: center;
   font-family: Nunito;
   word-wrap: break-word;
   overflow: scroll;
   max-width: 200px;
   max-height: 150px;
   padding:5px;
   padding-bottom:10px;
   border: 2px #ddd solid;
   border-radius: 3px;
   color:#888;
   float:left;
   margin:15px 4px;
  }
  
#images{
   max-height:150px;
   max-width: 150px;
   float: left;
   background-color:transparent;
   margin:25px 4px 10px 15px;
   margin-right:4px;
   border: 2px #ddd dashed;
   border-radius:3px;
   padding:10px;
  }

 .clearfix::after {
   content: "";
   clear: both;
   display: table;
  }

 #images img{
   width:120px;
  }
  
  #more {display: none;}
