<!--CSS stylesheet-->
   html{
 color:aliceblue;    
 font-family: "umeplus-gothic.ttf"; 
 display: table;
 margin: auto;
 text-align: justify;
    }

    body {
        background-image:url(https://vocotira.neocities.org/images/laurabackground.png);
        color:aliceblue;
        height: 1400px;
    }
   #flex {
     display: flex;
    
}