*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --bs-link-color-rgb: 26,13,171;
    --bs-info-rgb: 23,162,184;
    --bs-light-rgb: 248,248,248;
    --bs-danger: #b52a2f;
    --bs-danger-rgb: 181, 42, 47;
}

header {
    height: 10vh;
}
h1 a {
    color: #FFF;
    text-decoration: none;
}

h1 a:hover {
    color: #FFF;
    text-decoration: underline;
}

main {
    height: 80vh;
}
