@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;
}

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

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

.titulo{
    text-align: center;
}

.error-msg{
    margin-top: 25px;
    text-align: center;
}