@font-face {
    font-family: 'Philosopher';
    src: url('Philosopher-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 


body{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    position: relative;
    margin-top: 50vh;
}


h1{
    font-family: 'Philosopher';
    font-weight: 500;
    font-size: 96px;
    position: absolute;
    left:55%;
    top:10%;
}


