*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.page{
    background: url('../img/particle.gif');
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
}
h1{
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    color: #53BE8F;
}
span{
    color: #0E2748;
}
p{
    margin-top: 12px;
    font-size: 20px;
    color: #757575;
}