@font-face {
    font-family: "Titillium Web";
    font-weight: normal;
    src: url("../../fonts/TitilliumWeb-Regular.woff") format("woff"),
         url("../../fonts/TitilliumWeb-Regular.woff2") format("woff2"),
         url("../../fonts/TitilliumWeb-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Titillium Web";
    font-weight: bold;
    src: url("../../fonts/TitilliumWeb-Bold.woff") format("woff"),
         url("../../fonts/TitilliumWeb-Bold.woff2") format("woff2"),
         url("../../fonts/TitilliumWeb-Bold.ttf") format("truetype");
}

html, body{
    background-color: #4e5565;
    color: #fff;
    min-height: 100vh;
    font-family: "Titillium Web", Verdana, sans-serif;
}

body{
    display: flex;
    flex-direction: column;
}

header{
    background-color: #343a40;
    padding: 8px;
}

.logo {
    text-align: center;
    margin-bottom: 10px;
}

.titulo{
    text-align: center;
}

main {
    position: relative;
    display: flex;
    align-items: normal;
    margin: 0;
    flex-grow: 1;
    background-color: rgb(52, 101, 143);
}

main iframe{
    width: 100%;
    height: auto;
}