@font-face {
     font-family: 'myfont';
     src: url(fonts/myfont.otf);
}
@font-face {
     font-family: 'PixelifySans';
     src: url(fonts/PixelifySans.ttf);
}

layout{
     width:max-content

}
body{

    
  

   background-image: url(https://i.pinimg.com/1200x/e7/15/b3/e715b3c32c2c0edb68ce169be7b4704a.jpg);background-repeat: no-repeat;
     background-attachment: fixed;
     background-size: cover;

}
h1{
     font-family: 'myfont' , sans-serif;
    background-image: url(pictochat.jpg);background-repeat: no-repeat;
     background-attachment: fixed;
}
p{
  font-family: "PixelifySans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; 
  font-style: normal;
  align-self: center;

    
}