@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Fredoka:wdth,wght@75..125,603&family=Londrina+Solid:wght@100;300;400;900&display=swap');

body{
  background-image:url('background.jpg');
  background-repeat:no-repeat;
  background-attachment: fixed;

}

        
    h1{
      color: #BE5985;
       font-family: "Londrina Solid", sans-serif;
       text-align:center;
       font-size:80px;}
       
       
  h2{
      color: #BE5985;
      font-family: "Fredoka", sans-serif;
      font-weight: 400;
       
       font-size:25px;}
  
       
      p{
        color: #EC7FA9;
        width:600px;
        
         font-family: "Comic Neue", cursive;
        font-weight: 400;
        font-size:25px;
        
        margin-left:30px;
        }
        
                 
      strong{
         color: #BE5985;}
        
        
        
                                                 
                                            
                                                    .container{
                                                     
                                                      margin:25px;
                                                      padding: 25px;
                                                    }
                                                    
                                                    .sanrio{
                                                      display:flex;
                                                      max-width:1000px;
                                                      background-color:#FFEDFA;
                                                      border-radius: 30px;
                                                      
                                                      margin-left:20% ;
                                                      margin-top:25px;
                                                      padding: 25px;
                                                      
                                                      transition:2s;
                                                    }
                                                    
                                                              .sanrio:hover {
                                                                  position: sticky;
                                                                  transform: scaleX(110%);}
                                                         
                                                            
                                            
                                                                        .sanrio img{
                                                                          border-radius:25px;
                                                                         height: 250px;
                                                                          margin-left: 15%;}
                                                                                
                                                                  .native{
                                                      background-color:#FFB8E0;}               
                                                        
                                                                                