@font-face {
    font-family: 'DIN Pro';
    src: url('fonts/DIN Pro 400.otf') format('otf');

    font-weight: normal;
    font-style: normal;
}

h1, h4{
    font-family: DIN Pro;
}

.fondo{
    width: 100%;
    height: 100vh;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;

    background-color: #084774;
}

.fondo img{
    width: 300px;
    height: auto;
}