@font-face {
    font-family: 'Imptact1'; /* Elige un nombre descriptivo para tu fuente. */
    src: url('lavie/fonts/impactreg.woff') format('woff');
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans';
}

html {
    font-size: 100%;
}

header {
    background-color: #4e57686e;
}
header h1, header h1 span {
    font-family: Impact1, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 1rem;
    text-decoration: none;
}

a {
    text-decoration: none !important;
}

h1 span:first-child {
    color: #AF161E;
}

h1 span:last-child {
    color: #3C76DE;
}

h1 span {
    font-size: 2rem !important;
}
.iframe {
    width: 100%;
}