@font-face {
    font-family: 'poppins';
    src: url("../font/poppins.woff2") format("woff2");
}

.cont {
    min-height: 100vh;
    background: url("../svg/animations/contacto.svg")center no-repeat;
    background-size: cover;
}

.poppins {
    font-family: 'poppins';
}