



body {
  background-image: url(aboutmeback.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;}
  
  .container {
   display: flex;
   width: 700px;
   height: 400px;
   /*border: 1px solid #000000;*/
   margin-left: auto;
   margin-right: auto;
   margin-top: 100px;
   justify-content: space-between;
  }
  
  
  .profile{
    /*border: 1px solid #000000;*/
    width: 300px;
    text-align: center;
    
  }
  
  .purpletama{
    width:200px;
    height:200px;
    position: absolute;
    /*border: 1px solid #000000;*/
    }
    
    
  .home-text{
   position:absolute;
   top: 50px;
   left: 180px;
   width: 100px;
   height: 40px;
   text-align: center;
   line-height: 40px;
   opacity:0;
   border: 1px solid #9966CC;
   border-radius: 10px;
   font-family: 'Comic Sans MS', cursive;
   color: #9966CC;
  }
  
  .purpletama:hover .home-text{    /*this shows the textbox that goes with this*/
   opacity:1; 
  }
  
    
  
  .basics{
    color:#9966CC;
    }
  
  .content{
    background-image: url(amnotebook.jpg);
    background-position: top center;
    width: 800px;
    border-radius: 25px;
    padding: 15px;
    font-family: "Garamond", serif;
    position: relative;
  }
  
  .kilatape{
    position: absolute;
    width:200px;
    height:150px;
    left: 400px;
    top: 320px;
    transform: rotate(-10deg);
  }
  
  
  
  
  
  
 /* .imacimage { 
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  position: relative;
}
*/