@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html {
    font-size: 14px;
    font-family: "Outfit", sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.container {
    margin-top: 3rem;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.Impression {
    background-color: rgba(0, 94, 255, 0.3);
    margin: 2px 0;
    padding: 10px 20px;
    border-radius: 3px;
}

.rainbow-text-on-black {
    background: repeating-linear-gradient( to right, red 0%, orange 14.2%, yellow 28.4%, green 42.6%, rgb(10, 153, 255) 71%, violet 85%, red 100% );
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
}

.text-white {
    color: white;
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.header {
    display: flex;
    align-items: center;
    padding: 2rem 2rem;
    background-color: #181818;
}

.logo {
    font-size: 2.5rem;
    font-family: "Poetsen One", serif;
    font-weight: 400;
    font-style: normal;
    color: #03a3f9;
    margin: 0.5rem 1rem;
    text-decoration: none;
    text-shadow: 0.2rem -0.2rem #595c9f;
}

h1 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    color: #0066cc;
    font-style: normal;
    color: #0066cc;
}

h2 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #0066cc;
}

h3 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #0066cc;
}

h4 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #0066cc;
}

label {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    color: #00264d;
}

p {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
}

.textHome {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

button {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.3rem;
    font-style: normal;
}

table {
    border-radius: 10px !important;
    background-color: #e6f2ff;
}

th {
    background-color: #0066ff !important;
    color: white;
    text-align: center !important;
}

td {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    text-align: center !important;
}
