@font-face {
    font-family: 'velfox';
    src: url('/assets/fonts/velfox.woff2') format('woff2'),
        url('/assets/fonts/velfox.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
    background-color: #fff;
    font-family: 'velfox'; font-weight: normal; font-style: normal;
}

.ilustation{
    width: 50%;
    align-self: center;
}

.logo{
    width: 90%;
    max-width: 300px;
    align-self: center;
    margin: 20px;
}

.content{
    display: flex;
    flex-direction: column;   
}

.text{
    text-align: center;
}

h1{font-size: 30pt;}
p{font-size: 20pt;}