@font-face {
    font-family: Avara;
    src: url("Avara-BoldItalic.woff") format("woff");
}
@font-face {
    font-family: Avaratitre;
    src: url('Avara-Black.woff') format('woff');
}

.zoom{
    height:100vh;
    width:100%;
    display:block;
    text-align: center ;
    position:fixed;
    top:0;
    left:0;
    transform: scale(1);
    transition: transform 330ms ease-out;
    transform-origin: top center;
    font-family: Avaratitre;
    font-size: 50px;
}

p{
    margin-top: 60%;
    margin-left: 5%;
    width: 400px;
    align-content: center;
    display: block;
    background: linear-gradient(black, grey, white);
    font-family: Avara;
    font-size: 14px;
    position: absolute;
}

body{
    height: 1000px;
    background: linear-gradient(white, grey, black);
}
