@font-face {
    font-family: Fancy;
    src: url("../font/Astrena_Demo.ttf");
}

body{
height: 100vh;
border: 0px;
padding: 0%;
margin: 0%;
display: flex;
justify-content: center;
align-items: center;
background: black ;
}

figure{
    color: azure;
    width: 80%;
    height: auto;
    text-align: center;
    font-family: Fancy;
    font-size: 7vh;
}